2016-08-16 17:57:57 +02:00
|
|
|
<!DOCTYPE html>
|
2016-12-28 15:52:16 +01:00
|
|
|
<html class="cp">
|
2016-08-16 17:57:57 +02:00
|
|
|
<head>
|
2016-09-26 17:35:27 +02:00
|
|
|
<title data-localization="main_title">Cryptpad: Zero Knowledge, Collaborative Real Time Editing</title>
|
2016-08-16 17:57:57 +02:00
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
2017-01-19 10:48:46 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
2016-10-20 11:30:36 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/customize/main.css" />
|
2017-01-11 10:46:22 +01:00
|
|
|
<link rel="stylesheet" href="/bower_components/components-font-awesome/css/font-awesome.min.css">
|
2016-08-16 17:57:57 +02:00
|
|
|
<link rel="icon" type="image/png" href="/customize/main-favicon.png" id="favicon"/>
|
2017-02-01 11:37:19 +01:00
|
|
|
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
|
2017-01-17 18:19:45 +01:00
|
|
|
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
2017-02-14 19:04:57 +01:00
|
|
|
{{script}}
|
2016-08-16 17:57:57 +02:00
|
|
|
<script src="/bower_components/requirejs/require.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
require.config({
|
|
|
|
|
waitSeconds: 60,
|
2017-02-28 10:47:18 +01:00
|
|
|
urlArgs: "bust=1.1.0",
|
2016-08-16 17:57:57 +02:00
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
2017-01-16 18:28:37 +01:00
|
|
|
<body class="html">
|
|
|
|
|
{{topbar}}
|
|
|
|
|
|
2017-01-31 12:43:28 +01:00
|
|
|
{{noscript}}
|
2016-12-28 17:09:02 +01:00
|
|
|
|
2017-01-31 12:43:28 +01:00
|
|
|
<div id="mainBlock" class="hidden">
|
|
|
|
|
{{main}}
|
|
|
|
|
</div>
|
2017-02-03 16:52:55 +01:00
|
|
|
|
|
|
|
|
{{footer}}
|
2016-08-16 17:57:57 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|