Add a basic PWA without GUI
This commit is contained in:
parent
16bd3dba28
commit
d068baf3b3
7 changed files with 135 additions and 0 deletions
15
pwa/index.html
Normal file
15
pwa/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!doctype html>
|
||||
<html lang="en" prefix="og: https://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Sub-Address KEy</title>
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<script src="/vendor/base32.min.js" defer></script>
|
||||
<script src="/vendor/sha256.min.js" defer></script>
|
||||
<script src="/app.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue