-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathViewSubmissions.html
21 lines (20 loc) · 1004 Bytes
/
ViewSubmissions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Submissions</title>
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.dom.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.9.2/firebase.js"></script>
<script src="firewallconfig.js"></script>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<script src="sketch2.js"></script>
<p align="center" id="Header" class="Header" style="">Loading...</p>
<div id="sketch2container" align="center"></div>
<div class="links" id="links" style="font-size: 32px;font-family: Century Gothic;"></div>
</body>
</html>