-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcode.html
30 lines (27 loc) · 1.08 KB
/
code.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Copy Cats</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="conteneur">
<div id="header">Copy Cats: Plagiarism Detection</div>
<div id="haut">
<ul class="menuhaut">
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="about_us.html">About the Copy Cats</a></li>
<li><a href="code.html">Code</a></li>
</ul>
</div>
<div id="centre">
<h1>Our Code</h1>
<p> All of our code is available on Github <a href="http://www.github.com/NoahCarnahan/plagcomps">here!</a> If you have any questions,
feel free to contact us via Github.
</p>
</div>
</div>
</body>
</html>