-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (17 loc) · 748 Bytes
/
index.html
File metadata and controls
18 lines (17 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="Cache-Control" content="no-store">
<link rel="icon" type="image/png" href="img/sc-logo-16.png">
<title>Skullcode</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="no-script"><noscript>JavaScript is required.</noscript></div>
<div id="display"><canvas id="viewport" class="cursorHidden"></canvas></div>
<script type="text/javascript" src="js/asm.js"></script>
<script type="text/javascript" src="js/decrypted.js?v=0"></script>
</body>
</html>