1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-20 02:00:49 +00:00
strimertul/frontend/index.html

19 lines
569 B
HTML
Raw Normal View History

2021-05-02 12:29:43 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>strimertül control panel</title>
<link
rel="stylesheet"
href="https://jenil.github.io/bulmaswatch/darkly/bulmaswatch.min.css"
/>
2021-11-18 15:31:10 +00:00
<link rel="stylesheet" href="./src/overrides.css" />
2021-05-02 12:29:43 +00:00
</head>
<body>
<div id="main" class="is-fullheight"></div>
2021-11-18 15:31:10 +00:00
<script src="./src/index.tsx" type="module"></script>
2021-05-02 12:29:43 +00:00
</body>
</html>