-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathSubspace.html
More file actions
21 lines (20 loc) · 764 Bytes
/
Subspace.html
File metadata and controls
21 lines (20 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>
Subspace: Valor
</title>
<style type="text/css">* { margin: 0; padding: 0; overflow: hidden; }</style>
<!-- main -->
<script type="text/javascript" src="Subspace.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/eligrey/FileSaver.js/e9d941381475b5df8b7d7691013401e171014e89/FileSaver.min.js"></script>
</head>
<body style="background: black">
<p id="debug" style="color:white;z-index:1000;position:absolute;font-family:monospace">debug</p>
<noscript>
Nup.
</noscript>
<input type="file" id="recording_log_input" style="display: none">
</body>
</html>