rework templates and build system

This commit is contained in:
ansuz
2016-12-28 15:52:16 +01:00
parent c9d99f101a
commit a5407e9222
4 changed files with 9 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="cp">
<head>
<title data-localization="main_title">Cryptpad: Zero Knowledge, Collaborative Real Time Editing</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
@@ -12,12 +12,13 @@
waitSeconds: 60,
});
</script>
{{analytics}}
</head>
<body>
{{fork}}
<div id="main">
{{logo}}
{{main}}
</div>
</body>