mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-26 07:13:41 +01:00
19 lines
505 B
HTML
19 lines
505 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Dozzle</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
|
|
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<section class="section is-fullwidth">
|
|
<div id="app"></div>
|
|
</section>
|
|
<script src="/main.js"></script>
|
|
</body>
|
|
|
|
</html> |