-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.31 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Guessing Game</title>
</head>
<body>
<img class='displayed' src ="https://scontent-sjc2-1.xx.fbcdn.net/t31.0-8/13723877_10157146189275384_782461983748188625_o.jpg">
<h1>'Ello, Code Fellows World!</h1>
<p>Here is a <em>little</em> about me:</p>
<ul>
<li>I was born and raised in sunny Florida</li>
<li>I am not very geeky</li>
<li>My Sundays are for football, beer and hot wings</li>
<li>I would always prefer to be traveling</li>
<li>I love Nigerian food</li>
<li>My cat is my baby</li>
</ul>
<h2>She's watching you...</h2>
<img class='displayed' src ="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-9/11401321_10155677225885384_1144089090263009781_n.jpg?oh=1550573636c6f8d2064cdaeb3765ce77&oe=587D05A9">
<p>To get to know me better, here's a list of my top 10 favorite places I've traveled to:</p>
<ul>
<li>London, England</li>
<li>Paris, France</li>
<li>Amsterdam, Netherlands</li>
<li>Dubai, UAE</li>
<li>Venice, Italy</li>
<li>Nadi, The Fiji Islands</li>
<li>Bali, Indonesia</li>
<li>Lagos, Nigeria</li>
<li>Honolulu, Hawaii</li>
<li>San Juan, Puerto Rico</li>
<script type="text/javascript" src="app.js">
</script>
</body>
</html>