Initial commit

This commit is contained in:
2023-02-24 01:41:06 +01:00
commit 49cbb85e7b
21 changed files with 5107 additions and 0 deletions

23
static/layout.pug Normal file
View File

@ -0,0 +1,23 @@
doctype "html"
html(lang="en")
head
meta(charset="UTF-16")
title TryCrypt
link(rel="stylesheet" href="reset.css")
link(rel="stylesheet" href="style.css")
meta(name="viewport" content="width=device-width, initial-scale=1")
script const exports = { "__esModule": true };
body
block body
script(src="../dist/trycrypt.bundle.js")