-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_soon.html
executable file
·56 lines (41 loc) · 1.55 KB
/
index_soon.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en-US" />
<meta name="description" content="" />
<meta name="keywords" content="UQ, University of Queensland, Exam, Final, Calculator" />
<meta name="robots" content="all,follow" />
<link href="css/screen.css" type="text/css" rel="stylesheet" media="screen,projection" />
<script type="text/javascript">
function clearInputBox(e) {
if (e.cleared) { return; }
e.cleared = true;
e.value = '';
e.style.color = '#000';
}
</script>
<title>What Do I Need On The Final?</title>
</head>
<body>
<div id="layout">
<div id="header">
<h1 id="logo"><a href="#" title="#"><!-- What Do I Need on the Final? --></a></h1>
<hr class="noscreen" />
<div id="navigation">
</div>
<hr class="noscreen" />
</div>
<div id="main">
<div id="main-box">
<div id="quote">
What Do I Need on the Final is Coming Soon!
</div>
</div>
<div id="footer">
<p id="copyright">a <a href="https://www.facebook.com/mstewart3">Michael Stewart</a> production</p>
</div>
</div>
</div>
</body>
</html>