forked from sjhangiani12/Assassin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 725 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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="en-US" lang="en-US">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
<title>IHS Senior Assassin</title>
<link rel="STYLESHEET" type="text/css" href="style/fg_membersite.css">
</head>
<body>
<div id='fg_membersite_content'>
<h1>Issaquah High Senior Assassin</h1>
<ul>
<li><a href='register.php'>Register</a></li>
<li><a href='confirmreg.php'>Confirm registration</a></li>
<li><a href='login.php'>Login</a></li>
<li><a href='access-controlled.php'>A sample member's only page</a></li>
</ul>
</div>
</body>
</html>