first dev commit

This commit is contained in:
sky
2025-06-22 11:46:39 -04:00
parent 3bb16e3824
commit c34e53111c
23 changed files with 1650 additions and 2 deletions

View File

@ -17,7 +17,13 @@
<script src="/js/cookie.js"></script>
<<<<<<< HEAD
<link rel="stylesheet" href="/style.css" />
=======
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/pages.css" />
<link rel="stylesheet" href="/css/games.css" />
>>>>>>> c2041b6 (first dev commit)
<!-- seo + other things -->
@ -31,6 +37,7 @@
crossorigin="anonymous"></script>
<script></script>
</head>
<<<<<<< HEAD
<alerts>
<div id="toast"></div>
<script>
@ -108,5 +115,35 @@
}
});
</script>
=======
<body>
<div id="particles-js"></div>
<!-- <input class="hiddenUpload" type="file" accept=".save" hidden /> -->
<!-- -->
<!-- <div class="samerow"> -->
<!-- <button onclick="downloadMainSave()">Download Save</button> -->
<!-- <button id="upload" onclick="uploadMainSave()">Upload Save</button> -->
<!-- </div> -->
<!-- <div class="samerow"> -->
<!-- <button id="random" onclick="selectRandomGame()">Play a random game!</button> -->
<!-- <button id="category" onclick="categoryChanger()">Game Categories</button> -->
<!-- </div> -->
<!-- -->
<!-- <h2>Starred Games</h2> -->
<!-- <p id="pinnedmessage">Star some games for things to show up here!</p>
<div id="pinned"></div> -->
<!-- <h2>All Games</h2> -->
<input type="text" class="searchbar" id="gamesearch" placeholder="Type here to search.." />
<div id="games">
<!-- <a href="/suggest.html"
><div class="suggest">
<img src="img/addlink.svg" alt="Add Game logo" style="filter: invert(1) !important" />
<h1>Suggest a game!</h1>
</div></a> -->
<!-- <p id="message">games loading..</p> -->
<p id="noResults">nothing was found! try a new search query.</p>
</div>
>>>>>>> c2041b6 (first dev commit)
</body>
</html>