24 lines
409 B
Plaintext
24 lines
409 B
Plaintext
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")
|
|
|
|
|
|
|
|
|
|
|
|
|