generated from gcallah/IntroPython
-
Notifications
You must be signed in to change notification settings - Fork 8
/
about.html
33 lines (30 loc) · 875 Bytes
/
about.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
<html>
<!-- THIS FILE WAS GENERATED BY A SCRIPT: DO NOT EDIT IT! -->
<head>
<meta charset="UTF-8">
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>
About This Site
</title>
</head>
<body>
<div style="text-align:center">
<figure class="logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Kernel_Layout.svg/192px-Kernel_Layout.svg.png">
</figure>
</div>
<ul class="menu">
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="readings.html">READINGS</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
</ul>
<h1>About This Site</h1>
<p>This site was built by Prof. Eugene Callahan, Gordon Lei, and Rihui Zheng for use with CS-UY 4513 and 4523 at NYU Tandon School of Engineering.</p>
</body>
</html>