Initial commit
This commit is contained in:
23
static/layout.pug
Normal file
23
static/layout.pug
Normal 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")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user