cryptpad/customize.dist/src/template.html

28 lines
995 B
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"/>
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-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">
<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}}
{{noscript}}
{{main}}
</body>
</html>