-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (50 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
52 lines (50 loc) · 1.17 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Software Guru</title>
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/foundation.min.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Me</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Resume</a></li>
<li><a href="#">Contact me</a></li>
<li><a href="#">Footer</a></li>
</ul>
</nav>
</header>
<div>
<h1>The Guru</h1>
<p>This is the path towards self Actualization</p>
</div>
<div>
<h1>
</h1>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
</p>
</div>
<div>
<h1>About Me</h1>
</div>
<div>
<h1>Projects</h1>
</div>
<div>
<h1>Resume</h1>
</div>
<div>
<h1>Contact Me</h1>
</div>
<div>
<footer>
</footer>
</div>
</body>
</html>