-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathninja.html
More file actions
31 lines (19 loc) · 771 Bytes
/
ninja.html
File metadata and controls
31 lines (19 loc) · 771 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dojo Survey</title>
<meta charset="utf-8"> <!--Universal Text Format - Allows for different language character sets to appear-->
<meta name="description" content="Template">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="jscript.js"></script>
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='css/styles.css')}}">
</head>
<body>
<div id="wrapper">
<h1>Teh Turtles:</h1>
<div id="main_content">
<img src ="{{url_for('static', filename=image)}}" />
</div>
</div>
</body>
</html>