-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (20 loc) · 848 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<head>
<meta name='author' content='Ben Kremer Design'>
<title></title>
</head>
<body>
<div class=" " id="div-1" style=" ">
<h2 class=" " id="h2-2" style=" ">Hello <a href='http://savthecoder.com/blog/images/fry_notsure.png'>World</a>! </h2>
<p class=" " id="p-3" style=" ">This is an html page </p>
<div class=" " id="div-4" style=" ">
<h3 class=" " id="h3-5" style=" ">This is a Subtitle </h3>
<span class=" " id="span-6" style=" ">This page is really great! Checkout this <a href='http://weknowmemes.com/wp-content/uploads/2012/09/my-code-doesnt-work-i-have-no-idea-why.jpg'>meme</a>. </span>
</div>
<div class=" " id="div-7" style=" ">
<p class=" " id="p-8" style=" ">Here's some more text </p>
</div>
<div class=" " id="div-9" style=" ">Wrapping it up </div>
</div>
</body>
</html>