We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dd23f commit 0a7cf35Copy full SHA for 0a7cf35
blog/index.html
@@ -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
19
20
21
22
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