-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 686 Bytes
/
index.html
File metadata and controls
30 lines (26 loc) · 686 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>InfraredPanda's Github Page</title>
<meta name="InfraredPanda" content="Infrared Panda" />
<meta name="description" content="" />
</head>
<body>
<div id="page">
<div id="logo">
<h1><a href="/" id="logoLink">Infrared Panda's Github Page</a></h1>
</div>
<div id="nav">
<ul>
<li><a href="http://github.com/InfraredPanda">Home</a></li>
<li><a href="http://joseph.oleynik@gmail.com">Contact Email: joseph.oleynik@gmail.com</a></li>
</ul>
</div>
<div id="content">
<h2>Home</h2>
<p>
This is my Github website! :) <a href = "http://https://github.com/InfraredPanda/"></a>
</div>
</div>
</body>
</html>