[UNUSABLE] Set up a basic structure.

This commit is contained in:
Skylar Grant 2025-11-05 13:29:52 -05:00
parent 524a4968a4
commit a57cae4600
5 changed files with 16 additions and 0 deletions

0
src/assets/VoidPage.js Normal file
View File

0
src/assets/config.json Normal file
View File

View File

0
src/assets/main.css Normal file
View File

16
src/index.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>VoidPage</title>
</head>
<body>
<!-- Logo Container -->
<div id="logo-container">
</div>
<!-- Search Bar -->
<!-- Categories -->
</body>
</html>