2016-08-16 15:57:57 +00:00
|
|
|
<!DOCTYPE html>
|
2016-12-28 14:52:16 +00:00
|
|
|
<html class="cp">
|
2017-03-01 16:23:34 +00:00
|
|
|
<!-- If this file is not called customize.dist/src/template.html, it is generated -->
|
2016-08-16 15:57:57 +00:00
|
|
|
<head>
|
2016-09-26 15:35:27 +00:00
|
|
|
<title data-localization="main_title">Cryptpad: Zero Knowledge, Collaborative Real Time Editing</title>
|
2016-08-16 15:57:57 +00:00
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
2017-01-19 09:48:46 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
2017-03-29 14:02:04 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/customize/main.css" />
|
2017-01-11 09:46:22 +00:00
|
|
|
<link rel="stylesheet" href="/bower_components/components-font-awesome/css/font-awesome.min.css">
|
2016-08-16 15:57:57 +00:00
|
|
|
<link rel="icon" type="image/png" href="/customize/main-favicon.png" id="favicon"/>
|
2017-01-17 17:19:45 +00:00
|
|
|
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
2017-02-14 18:04:57 +00:00
|
|
|
{{script}}
|
2016-08-16 15:57:57 +00:00
|
|
|
</head>
|
2017-01-16 17:28:37 +00:00
|
|
|
<body class="html">
|
|
|
|
{{topbar}}
|
|
|
|
|
2017-01-31 11:43:28 +00:00
|
|
|
{{noscript}}
|
2016-12-28 16:09:02 +00:00
|
|
|
|
2017-01-31 11:43:28 +00:00
|
|
|
<div id="mainBlock" class="hidden">
|
|
|
|
{{main}}
|
|
|
|
</div>
|
2017-02-03 15:52:55 +00:00
|
|
|
|
|
|
|
{{footer}}
|
2016-08-16 15:57:57 +00:00
|
|
|
</body>
|
|
|
|
</html>
|