mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -05:00
testing smth
This commit is contained in:
parent
93104ec054
commit
a775d35394
67
about.html
67
about.html
@ -1,67 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- initialize theme vars
|
||||
https://coolors.co/10002b-240046-3c096c-5a189a-7b2cbf-9d4edd-c77dff-e0aaff -->
|
||||
|
||||
<!-- initialize externals -->
|
||||
<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>
|
||||
|
||||
|
||||
<!-- initialize my stuff -->
|
||||
<script src="/js/themes.js"></script>
|
||||
<script src="/js/all.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
|
||||
<!-- seo + other things -->
|
||||
<title>Settings | Selenite</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<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 Selenite." />
|
||||
<meta property="og:site_name" content="https://Selenite.pages.dev" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Welcome to the one and only option for unblocked games. Welcome to Selenite."
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="Welcome to the one and only option for unblocked games. Welcome to Selenite."
|
||||
/>
|
||||
<meta name="author" content="Website Creator" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="/bookmarklets.html">Bookmarklets</a>
|
||||
<a href="/settings.html">Settings</a>
|
||||
<a href="/support.html">Support</a>
|
||||
<a href="/about.html">About</a>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<h1>What is Selenite?</h1>
|
||||
<p>had some things here but nah</p>
|
||||
<h2>Need to contact the owner?</h2>
|
||||
<p>Use the email on my <a href="https://github.com/skysthelimitt">GitHub</a> to contact me, or DM me on Discord at @skysthelimit.dev. Anything else should not be considered official.</p>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<a href="https://github.com/skysthelimitt/Selenite">Source Code</a>
|
||||
<a id="panicmode">Panic Mode</a>
|
||||
<a href="/transfer.html">Transfer your data</a>
|
||||
<a href="https://forms.gle/U2oB2KwvJi4wPGF59">Feedback</a>
|
||||
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
|
||||
<a href="https://forms.gle/iBAbXvEDaYTLuEcdA">Suggestions</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
<a href="/bookmarklets.html">Bookmarklets</a>
|
||||
<a href="/settings.html">Settings</a>
|
||||
<a href="/support.html">Support</a>
|
||||
<a href="/about.html">About</a>
|
||||
|
||||
</header>
|
||||
|
||||
<main id="main">
|
||||
|
3
functions/helloworld.js
Normal file
3
functions/helloworld.js
Normal file
@ -0,0 +1,3 @@
|
||||
export function onRequest(context) {
|
||||
return new Response("Hello, world!")
|
||||
}
|
Binary file not shown.
@ -48,7 +48,7 @@
|
||||
<a href="/bookmarklets.html">Bookmarklets</a>
|
||||
<a href="/settings.html">Settings</a>
|
||||
<a href="/support.html">Support</a>
|
||||
<a href="/about.html">About</a>
|
||||
|
||||
</header>
|
||||
<main id="main" class="noscroll">
|
||||
<h1>selenite.</h1>
|
||||
|
13
js/main.js
13
js/main.js
@ -1,16 +1,5 @@
|
||||
var interval;
|
||||
var themeloaded = 0;
|
||||
function check() {
|
||||
if (themeloaded == 0) {
|
||||
clearInterval(interval);
|
||||
const body = document.querySelector("body");
|
||||
body.style.removeProperty("display");
|
||||
if(Math.random() > 0.97) {
|
||||
if(confirm("Want to help Selenite? Try out the new UI and give feedback! Click OK to go to the new UI or click Cancel to ignore.") == true){
|
||||
window.location.href = "https://ui-test.selenite.pages.dev";
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($("#panicmode").length > 0) {
|
||||
$("#panicmode").prop({ href: panicurl });
|
||||
}
|
||||
@ -31,7 +20,7 @@ window.onload = function () {
|
||||
document.body.setAttribute("theme", "main")
|
||||
}
|
||||
checkAlert();
|
||||
interval = setInterval(check, 50);
|
||||
check();
|
||||
};
|
||||
|
||||
window.addEventListener(
|
||||
|
@ -48,7 +48,7 @@
|
||||
<a href="/bookmarklets.html">Bookmarklets</a>
|
||||
<a href="/settings.html">Settings</a>
|
||||
<a href="/support.html">Support</a>
|
||||
<a href="/about.html">About</a>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
@ -47,7 +47,7 @@
|
||||
<a href="/bookmarklets.html">Bookmarklets</a>
|
||||
<a href="/settings.html">Settings</a>
|
||||
<a href="/support.html">Support</a>
|
||||
<a href="/about.html">About</a>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
@ -43,7 +43,7 @@
|
||||
<a href="/bookmarklets.html">Bookmarklets</a>
|
||||
<a href="/settings.html">Settings</a>
|
||||
<a href="/support.html">Support</a>
|
||||
<a href="/about.html">About</a>
|
||||
|
||||
</header>
|
||||
|
||||
<main id="main" class="noscroll">
|
||||
|
@ -43,7 +43,7 @@
|
||||
<a href="/bookmarklets.html">Bookmarklets</a>
|
||||
<a href="/settings.html">Settings</a>
|
||||
<a href="/support.html">Support</a>
|
||||
<a href="/about.html">About</a>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
Loading…
x
Reference in New Issue
Block a user