mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-09 16:10:01 +00:00
19 lines
632 B
HTML
19 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>
|