mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-03 11:35:00 +01:00
17 lines
638 B
HTML
17 lines
638 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" />
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono" rel="stylesheet">
|
|
<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>
|