forked from rodrigograca31/Samaritan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>Samaritan</title>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
<link rel="icon" sizes="192x192" href="img/icon.png">
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="screenfull.min.js"></script>
<script type="text/javascript" src="samaritan.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<section contextmenu="mymenu">
<menu type="context">
<menuitem label="Fullscreen" id="ctx-fullscreen"></menuitem>
</menu>
</section>
<div id="main">
<p> </p>
<hr />
</div>
<div id="marker">
<span id="triangle">▲</span>
</div>
</body>
</html>