-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (57 loc) · 1.88 KB
/
index.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
57
58
59
60
61
62
63
<!DOCTYPE html>
<meta http-equiv="refresh" content="0; URL='page/professional/about.html'" />
<!--
<html>
<head>
<meta charset="UTF-8">
<title>Web Page of Andrew Dobson</title>
<link href="style/topstyle.css" rel="stylesheet">
</head>
<body>
<div class="floathead">
<div class="fheadleft">
<img src="img/Dobson_Portrait.png" width="180"/>
</div>
<div class="fheadmid">
<strong>Andrew Dobson, Ph.D.</strong>
</div>
<div class="fheadright">
Links over here
</div>
</div>
<div class="container">
<div class="sidebar">
<h4>Navigation</h4>
<ul>
<li>About</li>
<li>Academia</li>
<li>Projects</li>
</ul>
</div>
<div class="main">
<h1>Things</h1>
<p>
DA-BU!
<br/><br/><br/><br/><br/><br/><br/>
What if for now I just put some junk?
<br/><br/><br/><br/><br/><br/><br/>
What if for now I just put some junk?
<br/><br/><br/><br/><br/><br/><br/>
What if for now I just put some junk?
<br/><br/><br/><br/><br/><br/><br/>
What if for now I just put some junk?
<br/><br/><br/><br/><br/><br/><br/>
What if for now I just put some junk?
<br/><br/><br/><br/><br/><br/><br/>
What if for now I just put some junk?
<br/><br/><br/><br/><br/><br/><br/>
What if for now I just put some junk?
</p>
</div>
</div>
<footer>
<p>(c) 2019 Andrew Dobson</p>
</footer>
</body>
</html>
-->