-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 859 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>My test page</title>
</head>
<body>
<h1>Testing My Understanding</h1>
<p>I've always found the idea of creating a <strong>tangible</strong>, <strong>visible</strong> product from lines of code very elusive and exciting. <strong>Now</strong> that I get to
actually do this makes it all the more exciting! <a href="http://mandel.gart.nz/" title="An interesting site">Here is a link to my favorite website.</a>
</p>
<img
src="https://th.bing.com/th/id/R.1429c6263c36a83aa74bf052788a16bb?rik=GNSlfVGEzMAE6w&riu=http%3a%2f%2fgetwallpapers.com%2fwallpaper%2ffull%2f9%2fb%2f7%2f388858.jpg&ehk=SwaZfJAJOc0UPbVg2nJWwhLuhvOLFys4R3Qkfe4oh0U%3d&risl=&pid=ImgRaw&r=0"
alt="The black hole from the movie Interstellar" />
</body>
</html>