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

14 lines
374 B
HTML
Raw Normal View History

<!doctype html>
2021-05-02 12:29:43 +00:00
<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>
</head>
<body>
<div id="main"></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>