mirror of
https://github.com/Luzifer/webtotp.git
synced 2024-11-08 15:30:06 +00:00
18 lines
586 B
HTML
18 lines
586 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="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
|
|
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
|
|
|
|
<title>WebTOTP</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|