blob: 567514b53c62cafa4901f0273f342ce435694f27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'/>
<link href="/css/bulma.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="app">
<h3>Loading genpass...</h3>
</div>
<script src="./js/app.js" type="text/javascript"></script>
</body>
</html>
|