-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 929 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (23 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" type="image/x-icon" href="/assets/images/favicon.ico" />
<meta charset="UTF-8">
<!-- Site Title -->
<title>Bahati Phill</title>
<link rel="stylesheet" type="text/css" href="assets/css/home.css">
</head>
<body>
<header>
<div class="banner-content">
<h4>From the depths of the Sea</h4>
<h1> Let's Explore Ideas!</h1>
<a class="first-button" href="/blog/"><strong>Blog</strong></a>
<a class="second-button" href="/contacts/"><strong>Contacts</strong></a>
</div>
</header>
</body>
</html>