up1/client/index.html

31 lines
1.2 KiB
HTML
Raw Normal View History

2016-01-08 16:01:50 +01:00
<!doctype html>
2015-06-06 02:02:44 +02:00
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
2016-01-22 01:47:46 +01:00
<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">
2015-06-12 00:56:39 +02:00
<title>Up1</title>
2016-01-08 16:35:07 +01:00
<link rel="stylesheet" href="./css/up1.css">
2016-01-08 16:01:50 +01:00
<script src="./js/main.js"></script>
2015-06-06 02:02:44 +02:00
<script>
window.onunload = function () {}
2015-06-06 02:02:44 +02:00
</script>
2016-01-08 16:01:50 +01:00
<link rel="stylesheet" href="./deps/hybrid.min.css">
<script src="./deps/highlight.min.js"></script>
2015-06-06 02:02:44 +02:00
</head>
<body>
2015-06-11 11:55:38 +02:00
<div class="modulecontent modulearea"></div>
2015-06-10 17:45:02 +02:00
2015-06-12 04:04:11 +02:00
<noscript class="noscript">
<h2>
2016-01-08 16:44:27 +01:00
The client side cryptography of this application requires that Javascript be enabled to view and upload files.
2015-06-12 04:04:11 +02:00
</h2>
</noscript>
2016-01-28 00:43:38 +01:00
<div id="footer" class="footer"><a href="https://github.com/Upload/Up1" target="_blank">Source Code</div>
2015-06-06 02:02:44 +02:00
</body>
</html>