-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSampleHTML.html
More file actions
30 lines (27 loc) · 788 Bytes
/
Copy pathSampleHTML.html
File metadata and controls
30 lines (27 loc) · 788 Bytes
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
<!DOCTYPE html>
<link rel="stylesheet" href="styles.css">
<link href="http://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
<head>
<style>
ul#menu li {
display:inline;
}
</style>
<div class="title"><h1>PhySim's home page</h1></div>
<div class="section">
<h4>This website simulates a proposed physical model of the big bang in inverse space-time.</h4>
</div>
</head>
<body><h8>
<nav>
<ul id="menu">
<li><strong>Home</strong></li>
<li><a href="Sim1Page.html">Simulation_1</a></li>
<li><a href="Sim2Page.html">Simulation_2</a></li>
<li><a href="Sim3Page.html">Simulation_3</a></li>
</ul>
</nav></h8>
<div class="section">
<h7>UIUC TEAM: V. Bernstein, J. Brody, J. Goldrich, S. Kaufman, & R. Schneider</h7>
</div>
</body>