forked from Pitt-Fuego/interactive-touchscreen-kiosk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimagetext.html
More file actions
34 lines (28 loc) · 847 Bytes
/
Copy pathimagetext.html
File metadata and controls
34 lines (28 loc) · 847 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
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<title>Title</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<!--Refreshes index.html after 180 seconds-->
<meta http-equiv="refresh" content="180;url=index.html">
</head>
<body>
<div>
<ul>
<li><a href="video.html">Next</a></li>
<li><a href="video.html">Back</a></li>
<li style="float:left"><p>My Freaking Cool Project</li>
</ul>
<br>
<div class="flex-container">
<div>
<img src="qr1.png" class="img-responsive" style="width:100%"alt="Image" >
</div>
<div>
<p style="font-size:12pt;">A Flexible Layout must have a parent element with the <em>display</em> property set to <em>flex</em>.</p>
</div>
</div>
</body>
</html>