Files
oxspeak_server/frontend/index.html
T
2026-07-02 00:20:42 +02:00

19 lines
414 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="/favicon.ico" rel="icon">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Welcome to Vuetify 4</title>
<style>
body {
background-color: black;
}
</style>
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>