1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 17:02:58 +00:00
mondash/frontend/index.html
Knut Ahlers f0fcbe98a7
Update FontAwesome
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-08-16 23:27:26 +02:00

20 lines
632 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.10.1/css/all.css"
integrity="sha512-9my9Mb2+0YO+I4PUCSwUYO7sEK21Y0STBAiFEYoWtd2VzLEZZ4QARDrZ30hdM1GlioHJ8o8cWQiy8IAb1hy/Hg=="
crossorigin="anonymous">
<title>MonDash - Dashboard</title>
</head>
<body>
<div id="app"></div>
<script src="app.js"></script>
</body>
</html>