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"/>
|
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-01-17 18:19:45 +01:00
|
|
|
<script src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
|
|
|
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
2016-08-16 17:57:57 +02:00
|
|
|
<script data-main="/customize/main" src="/bower_components/requirejs/require.js"></script>
|
|
|
|
|
<script src="/bower_components/requirejs/require.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
require.config({
|
|
|
|
|
waitSeconds: 60,
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
2017-01-16 18:28:37 +01:00
|
|
|
<body class="html">
|
|
|
|
|
{{topbar}}
|
|
|
|
|
|
2016-12-28 17:09:02 +01:00
|
|
|
{{noscript}}
|
|
|
|
|
|
2016-08-16 17:57:57 +02:00
|
|
|
{{main}}
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|