SEBRAUC/ui/index.html
Theta-Dev bc2df3accf
All checks were successful
continuous-integration/drone/push Build is passing
add logo, reboot notice
2021-11-21 15:44:10 +01:00

13 lines
353 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SEBRAUC</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>