rex-ui/index.html
Tim Kächele eb6363e121 First commit
Add build directory

Remove build folder contents

Ignore build folder changes
2024-02-18 21:41:26 +01:00

13 lines
275 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>REX</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<script src="/dist/app.js"></script>
</body>
</html>