-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo2.html
45 lines (30 loc) · 1.26 KB
/
demo2.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
44
45
<!DOCTYPE html>
<html>
<head>
<meta content="utf-8" http-equiv="encoding">
<title>Demo</title>
<link rel="stylesheet" type="text/css" href="/css/demo.css">
<link href="http://fonts.cdnfonts.com/css/nitti" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet'>
<link href="http://fonts.cdnfonts.com/css/valentine-2" rel="stylesheet">
<link href="http://fonts.cdnfonts.com/css/alex-brush" rel="stylesheet">
</head>
<body>
<div class = "home">
<h2><a href ="/"> Home </a></h2>
</div>
<div id="image-container" class = "image-container">
</div>
<div id ="undo">
</div>
<div id ="submit">
<form id = "field_info" action ="/demo_results" method = "post" autocomplete="on">
<fieldset id="submitbutton">
<input type="submit" id="submitBtn" value="Submit" />
</fieldset>
</form>
</div>
<script src ="/js/jquery-1.11.1.js"></script>
<script src="/js/rows2.js"></script>
</body>
</html>