-
Notifications
You must be signed in to change notification settings - Fork 0
/
facts.html
31 lines (26 loc) · 1.04 KB
/
facts.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 4</title>
<style type="text/css">
.auto-style1 {
color: #FFFFFF;
font-family: "MS Serif";
}
.auto-style2 {
font-family: "MS Serif";
}
</style>
</head>
<body>
<img alt="random fact of the day" src="factoftheday.png" class="auto-style2"/>
<p class="auto-style1">The Eiffel Tower is a victory ritual performed by Simon and Lewis upon a
successful endeavour, particularly the completion of level within the game
Portal 2.</p>
<p class="auto-style1">The Eiffel Tower is a complicated affair, requiring both participants to
stand facing one another, raise their arms above their heads, place their palms
against one another's, and then lean forward.</p>
<iframe width="640" height="360" src="http://www.youtube.com/embed/hcKSHZ4sT_Q?start=445" frameborder="0" allowfullscreen></iframe>
</body>
</html>