Files
frontend/projects.html

66 lines
2.5 KiB
HTML
Executable File

<!DOCTYPE html>
<html class="sl-theme-dark" lang="en">
<head>
<!-- initialize theme vars
https://coolors.co/10002b-240046-3c096c-5a189a-7b2cbf-9d4edd-c77dff-e0aaff -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src=" https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js "></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
<!-- initialize my stuff -->
<script src="/js/all.min.js"></script>
<script src="/js/games.js"></script>
<script src="/js/search.js"></script>
<script src="/js/main.js"></script>
<script src="/js/widget.js"></script>
<script src="/js/themes.js"></script>
<script src="/js/cookie.js"></script>
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/pages.css" />
<link rel="stylesheet" href="/css/games.css" />
<!-- seo + other things -->
<title>Projects | Selenite</title>
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<!-- toastify -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3415518411898563"
crossorigin="anonymous"></script>
<script></script>
</head>
<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>
</body>
</html>