We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c757bf3 commit ee5cb24Copy full SHA for ee5cb24
index.html
@@ -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
23
+ <li><a href="mailto:">email</a></li>
24
+ <li><a href="https://github.com/ypcodingindustries">github.com/ypcodingindustries</a></li>
25
26
+ </footer>
27
+ </body>
28
+</html>
0 commit comments