-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex-optimized.html
43 lines (39 loc) · 1.15 KB
/
index-optimized.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title> Cryptic, encrypted online storage </title>
<link rel="shortcut icon" href="/images/favicon.png" />
<!-- compiled css -->
<link rel="stylesheet" type="text/css" href="cryptic.css" />
<!-- Minified JS -->
<script data-main="js-build/main.js" src="js/require.js"></script>
</head>
<body>
<div class="row" id="header">
<div class="row">
<a href="/">
<div class="span2" id="logo"></div>
</a>
<div class="pull-right" id="topBar">
</div>
</div>
</div>
<div class=body>
<div id="mainContainer">
</div>
</div>
<div id=footer>
<a href="mailto:help@cryptic.io">Help</a>
<a href="http://blog.cryptic.io">Blog</a>
<a href="https://github.com/cryptic-io">Source</a>
<p> Do <b> not </b> upload anything that you do not own.
All anonymous uploads are deleted after 30 minutes.
This is just a prototype.
</p>
<!--
<a href="/security">Security</a>
<a href="/privacy">Privacy</a>
-->
</div>
</body>
</html>