cryptpad/customize.dist/src/template.html

34 lines
1.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2016-12-28 15:52:16 +01:00
<html class="cp">
<head>
2016-09-26 17:35:27 +02:00
<title data-localization="main_title">Cryptpad: Zero Knowledge, Collaborative Real Time Editing</title>
<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" />
<link rel="stylesheet" href="/bower_components/components-font-awesome/css/font-awesome.min.css">
<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">
{{script}}
<script src="/bower_components/requirejs/require.js"></script>
<script>
require.config({
waitSeconds: 60,
urlArgs: "bust=1.1.0",
});
</script>
</head>
2017-01-16 18:28:37 +01:00
<body class="html">
{{topbar}}
{{noscript}}
<div id="mainBlock" class="hidden">
{{main}}
</div>
2017-02-03 16:52:55 +01:00
{{footer}}
</body>
</html>