ots/frontend/index.html
Knut Ahlers a2c7b10418
Move frontend to Vue
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-10 23:12:00 +02:00

21 lines
481 B
HTML

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/all.min.css"/>
<title>OTS - One Time Secrets</title>
</head>
<body>
<div id="app"></div>
<script src="vars.js"></script>
<script src="app.js"></script>
</body>
</html>