Skip to content

Commit 0a7cf35

Browse files
author
[Bill Deng]
committed
create blog/index.html and add content
1 parent b4dd23f commit 0a7cf35

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

blog/index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
4+
<head>
5+
<title>Blog Index</title>
6+
</head>
7+
8+
<body>
9+
<header>
10+
<h1>My Jouney at Dev Bootcamp</h1>
11+
</header>
12+
13+
<img src="#" alt="#">
14+
<h3><a href="../index.html">Go Back to Main Page</a></h3>
15+
<ul>
16+
<li><a href="git.html" target="_blank">Introducing the Command Line, Git and Github</a></li>
17+
<li>Coming soon!</li>
18+
<li>Coming soon!</li>
19+
<li>Coming soon!</li>
20+
<li>Coming soon!</li>
21+
<li>Coming soon!</li>
22+
<li>Coming soon!</li>
23+
</ul>
24+
<hr>
25+
<footer>
26+
<p>
27+
Built with HTML and coffee
28+
</p>
29+
</footer>
30+
31+
</body>
32+
33+
</html>

0 commit comments

Comments
 (0)