-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdi-project2.html
23 lines (23 loc) · 947 Bytes
/
sdi-project2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>FULL NAME :: Project 2 :: SDI TERMNUMBER</title>
<link rel="stylesheet" href="sdi.css" type="text/css" />
<meta charset="UTF-8">
</head>
<body>
<header>
<h1>SDI TERMNUMBER: FULL NAME</h1>
<h2>Project 2</h2>
</header>
<article>
<p>In this space you should provide a short (one paragraph) explanation of your theme and why you chose it.</p>
<p>You may also use this space to explain any elements of your code story that may not be entirely clear. For example, if your theme is thirteenth century Italian poetry, not everyone may be familiar with that.</p>
<p>Don't forget to replace all of the capitalized elements in this template with your information. Your term number should be in a <em>yymm</em> format, including the year and the month.</p>
</article>
<footer>
<p>COMPLETION DATE, FULL NAME</p>
</footer>
<script type="text/javascript" src="rename-me.js"></script>
</body>
</html>