You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
732 B
HTML
28 lines
732 B
HTML
8 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Cryptpad: Zero Knowledge, Collaborative Real Time Editing</title>
|
||
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||
|
<link rel="stylesheet" type="text/css" href="customize/main.css" />
|
||
|
<link rel="icon" type="image/png" href="/customize/main-favicon.png" id="favicon"/>
|
||
|
<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>
|
||
|
{{analytics}}
|
||
|
</head>
|
||
|
<body>
|
||
|
{{fork}}
|
||
|
|
||
|
<div id="main">
|
||
|
{{main}}
|
||
|
</div>
|
||
|
|
||
|
<div id="bottom-bar"></div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|