up1/client/index.html
2016-01-27 18:43:38 -05:00

30 lines
1.2 KiB
HTML

<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel="shortcut icon" href="./favicon/16px.png" sizes="16x16" type="image/png">
<link rel="shortcut icon" href="./favicon/32px.png" sizes="32x32" type="image/png">
<link rel="shortcut icon" href="./favicon/64px.png" sizes="64x64" type="image/png">
<link rel="shortcut icon" href="./favicon/128px.png" sizes="128x128" type="image/png">
<title>Up1</title>
<link rel="stylesheet" href="./css/up1.css">
<script src="./js/main.js"></script>
<script>
window.onunload = function () {}
</script>
<link rel="stylesheet" href="./deps/hybrid.min.css">
<script src="./deps/highlight.min.js"></script>
</head>
<body>
<div class="modulecontent modulearea"></div>
<noscript class="noscript">
<h2>
The client side cryptography of this application requires that Javascript be enabled to view and upload files.
</h2>
</noscript>
<div id="footer" class="footer"><a href="https://github.com/Upload/Up1" target="_blank">Source Code</div>
</body>
</html>