-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1.75 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
<!-- CONSTELL PROTOTYPE (obfuscated code) designed as all-in-one standalone SPA -->
<!-- 06.06.2020 Vladimir Fedorov ([email protected]) +35799177174, skype: vladimirfedorovskypecom -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Private Constellation Room</title>
<meta charset="utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<link rel="shortcut icon" href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAIAAAC1nk4lAAABHklEQVR42u3WsQ7BUBTGcR5AH6DRgY1utnbt0DJa2LVPYLN1lr6BF/AAbAZNJKbaKmGVkhA1EBGLG0SERFqGcyvffzvJHX7Dzb0nHQRBKmmlgQYaaPr+CO04DjXsnqIoqqpGQouiSK2917wWFa01spqZpRW3lDHQQAMNNNBAAw000EAD/U3h8tSuTpKBZtapG3r9TTDbs9G2bcuyOEW/WIvFQq1WNwxDkqT3w8ToWFZi9HdWMrTXW4+6q+X8cBvZlY1uJUOzfHfrD8Opuzvuz4KQKZcrzK3rOtfo3/VcvB5x9VygP+hN05RlmWv0i97rr5PxIz6XvN0DaKCBBhpooIEGGmigb+h8SciVBFr0oLOIh6blPoqB5jyggQaagy4+hwoTcaZ0UAAAAABJRU5ErkJggg==">
<link rel="manifest" href="https://euroflock.github.io/constellx/pwa/manifest.json"/>
<script src="https://code.iconify.design/1/1.0.6/iconify.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="./colorpicker/jquery.minicolors.js"></script>
<script src="./utils/msgpack.min.js"></script>
<link rel="stylesheet" href="./colorpicker/jquery.minicolors.css">
<link rel="stylesheet" href="constell.css">
</head>
<body>
<script id="app" type="text/javascript" charset="utf-8" src="constell.js"></script>
</body>
</html>