This repository has been archived on 2023-11-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
aliptic-job-board/client/index.html
2023-03-12 00:21:59 +01:00

17 lines
No EOL
472 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="darkreader-lock">
<title>ALIPTIC Job Board</title>
<script type="module" defer src="./mount.js"></script>
<style>
:root {
color-scheme: dark;
}
</style>
</head>
<body class="App">
</body>
</html>