mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
54 lines
2.6 KiB
HTML
54 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XVTVBR1D5V"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-XVTVBR1D5V');
|
|
</script>
|
|
<!-- <a href="/dir/index.html"><div class="game"><img src="/dir/image" alt="Game Name Logo"><h1>Game Name</h1></div></a> -->
|
|
|
|
<style>@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');</style>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<title>e-gamepass</title>
|
|
<link rel="shortcut icon" href="/favicon.png">
|
|
<meta name="keywords" content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git, gaming, internet, website, best, site, cool, free games" />
|
|
<meta property="og:title" content="Welcome to e-gamepass." />
|
|
<meta property="og:site_name" content="https://e-gamepass.pages.dev" />
|
|
<meta property="og:description" content="Welcome to the one and only option for unblocked games. Welcome to e-gamepass." />
|
|
<meta name="description" content="Welcome to the one and only option for unblocked games. Welcome to e-gamepass." />
|
|
<meta name="author" content="Website Creator" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
|
|
<script src="./js/cookie.js"></script>
|
|
<script src="./js/games.js"></script>
|
|
<script src="./js/search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<ul><li><a href="./bookmarklets.html">Bookmarklets</a></li><li><a href="https://forms.gle/iBAbXvEDaYTLuEcdA">Suggestions</a></li><li><a href="https://github.com/skysthelimitt/e-gamepass">Source Code</a></li></ul>
|
|
|
|
<input class="hiddenUpload" type="file" accept=".save" hidden>
|
|
|
|
|
|
<div class="title"><img src="./favicon.png" style="width:4%;"><h2 style="font-size:50px">e-gamepass</h2></div>
|
|
<button onclick="downloadMainSave()">Download Save</button><button onclick="uploadMainSave()">Upload Save</button>
|
|
<br>
|
|
<input type="text" id="gamesearch" placeholder="Type here to search.."> <br>
|
|
<br>
|
|
<div class="popup" onclick="myFunction()">
|
|
<span class="popuptext" id="myPopup">Upload successful!</span>
|
|
</div>
|
|
|
|
<div id="games"></div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|