-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (60 loc) · 2.02 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
<!DOCTYPE html>
<!--Mark Wolgin and Matt C. -->
<!--Computer Science Website 2015 -->
<!--HTML 5 -->
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
<title>Stogapp</title>
</head>
<body>
<body>
<div align="center">
<h1>
STOGAHUB
<!-- <img src="img.jpg" style="width:800px;height:200px;" >-->
</h1>
</div>
<table align="center" border = "1px">
<thead>
<th colspan = "100">
<span color="blue">Menu</span>
</th>
</thead>
<tbody>
<tr>
<td href="index.html">
<a href="index.html">Home</a>
</td>
<td href="about.html">
<a href="about.html">About Us</a>
</td>
<td href="members.html">
<a href="members.html">Members</a>
</td>
<td href="contact.html">
<a href="contact.html">Contact Us</a>
</td>
</tr>
</tr>
</tbody>
</table>
<p style="font-size:20px; color:marron; font-family:Times New Roman">
Hello this is a <strong>test</strong> page for now.
</p>
<h>
<ol>
<li>
<a href="hello-world.html">Make base page</a>
</li>
<li>
Test Page
</li>
<li>
Publish page
</li>
</ol>
</h>
</body>
</body>
</html>