Skip to content

Commit ee5cb24

Browse files
authoredApr 7, 2017
Create index.html
1 parent c757bf3 commit ee5cb24

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
 

‎index.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>ypCodingIndsutries, noob coder building static site on GitHub</title>
5+
</head>
6+
<body>
7+
<nav>
8+
<ul>
9+
<li><a href="/">Home</a></li>
10+
<li><a href="/about">About</a></li>
11+
<li><a href="/cv">CV</a></li>
12+
<li><a href="/blog">Blog</a></li>
13+
</ul>
14+
</nav>
15+
<div class="container">
16+
<div class="blurb">
17+
<h1>Hi there, I'm yp!</h1>
18+
<p>I am building a site <a href="/about">Read more about my life...</a></p>
19+
</div><!-- /.blurb -->
20+
</div><!-- /.container -->
21+
<footer>
22+
<ul>
23+
<li><a href="mailto:">email</a></li>
24+
<li><a href="https://github.com/ypcodingindustries">github.com/ypcodingindustries</a></li>
25+
</ul>
26+
</footer>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)