-
Notifications
You must be signed in to change notification settings - Fork 0
/
starter_index.html
43 lines (33 loc) · 1.16 KB
/
starter_index.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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>ACES' Learn to Code Store</title>
</head>
<body>
<div id="sitewrapper">
<div id="header">
<a href="index.html" id="logo"><img src="images/logo.png" width="280" /></a>
</div><!--END #header-->
<div id="content">
</div><!--END #content-->
<div id="footer">
<div class="twothird">
<h2>About Shirty Shirts</h2>
<p>Shirty Shirts, LLC. is a small, employee-owned business that was founded in 2016 with primary offices in Maryland.</p>
<hr />
<p>© Copyright 2016 by Shirty Shirts, LLC. All Rights Reserved.</p>
</div>
<div class="onethird">
<h2>Shirty Shirts Newsletter</h2>
<p>Keep up on our always evolving product features and technology. Enter your e-mail and subscribe to our newsletter.</p>
<form method="post">
<input type="text" name="email" id="email" />
<input type="submit" value="Subscribe" />
</form>
</div>
</div><!--END #footer-->
</div><!--END #sitewrapper-->
<div id="wrappershadow"></div>
</body>
</html>