Added an authentication page to allow getting the user pubkey

This commit is contained in:
Caleb James DeLisle
2017-04-20 10:15:07 +02:00
parent df9c312b7d
commit 0e8b55edc0
2 changed files with 60 additions and 0 deletions

9
www/auth/index.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html class="cp">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<script data-bootload="main.js" data-main="/common/boot.js" src="/bower_components/requirejs/require.js"></script>
</head>
<body class="html">
</body>
</html>