-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
35 lines (26 loc) · 1.13 KB
/
index.php
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
<!DOCTYPE html>
<?php
/* php code can go anywhere but we will be starting almost all our documents
* with php code There is no code here at the moment */
?>
<html lang="en">
<head>
<title>Benjamin Citrin's Website</title>
<meta charset="utf-8">
<meta name="author" content="Benjamin Citrin">
<meta name="description" content="A site map for my awesome CS 008 course">
</head>
<body>
<h1>Benjamin Alford Citrin</h1>
<img src="http://i.imgur.com/mMebFrV.jpg?1" title="Elevator" alt="elevator"/>
<h3>Assignment 2.0:</h3>
<ul>
<li><a href="assignment2.0/select.php">select.php</a></li>
</ul>
<h3>Assignment 1.0:</h3>
<ul>
<li><a href="assignment1.0/index.php">index.php</a></li>
</ul>
<a href="http://www.speedtest.net/my-result/4312976686"><img src="http://www.speedtest.net/result/4312976686.png" /></a>
</body>
</html>