mirror of
https://github.com/Luzifer/ots.git
synced 2024-10-01 01:06:09 -04:00
a2c7b10418
Signed-off-by: Knut Ahlers <knut@ahlers.me>
21 lines
481 B
HTML
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>
|
|
|