mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-15 04:11:24 -06:00
feat!: initial commit
This commit is contained in:
12
frontend/index.html
Normal file
12
frontend/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<title>bitme</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root" class="min-h-screen min-w-screen"></div>
|
||||
<script src="./src/main.tsx" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user