-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha5_home_page.html
More file actions
29 lines (28 loc) · 1.22 KB
/
a5_home_page.html
File metadata and controls
29 lines (28 loc) · 1.22 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/assign_five/style1.css" rel="stylesheet" type="text/css">
<link rel="icon" href="/assign_five/Bokehlicia-Captiva-File-manager.ico">
<!--<script src="jquery-1.11.3.js" type="text/javascript"></script> -->
<title>Assignment 5 Home Page</title>
</head>
<body>
<div id="main_content_area">
<div id="main_title_navbar">
<div id="title_space">Internet Programming: Assignment 5</div>
<div id="link_one"><a href="/cgi-bin/area_table.py">Display All Areas</a></div>
<div id="link_two"><a href="/cgi-bin/area_selection.py">Select an Area</a></div>
<div id="link_two"><a href="/assign_five/a5_error_testing_page.html">Error Testing</a></div>
<div id="symbol_space">
<img src="/assign_five/5Cubes2.png" height="150px" width="150px"/>
</div>
</div>
<div id="page_body">
Copyright © 2014-2015 Max Nakel and Kennesaw State
</div>
</div>
</body>
</html>