-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2feafe3
commit 2044ee8
Showing
2 changed files
with
66 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html class="sl-theme-dark" 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/[email protected]/dist/js.cookie.min.js "></script> | ||
|
||
<!-- initialize my stuff --> | ||
<script src="/js/all.min.js"></script> | ||
<script src="/js/main.js"></script> | ||
|
||
<link rel="stylesheet" href="/style.css" /> | ||
|
||
<!-- seo + other things --> | ||
<title>AI | Selenite</title> | ||
<link rel="icon" href="/favicon.ico" /> | ||
</head> | ||
<alerts> </alerts> | ||
<body id="noscroll"> | ||
<header> | ||
<a href="/index.html">Home</a> | ||
<a href="/bookmarklets.html">Bookmarklets</a> | ||
<a href="/projects.html">Games</a> | ||
<a href="/apps.html">Apps</a> | ||
<a href="/settings.html">Settings</a> | ||
<a id="blank" href="#">Open Blank</a> | ||
<a href="/u/" class="usericon"><img src="/img/user.svg" /></a> | ||
</header> | ||
<script></script> | ||
<main> | ||
<chat> | ||
<div class="messagebox"> | ||
<input type="text" placeholder="Send a message..." class="chatbox"> | ||
<button class="sendmsg"></button> | ||
<message class="user">skibidi</message> | ||
<message class="bot">toilet</message> | ||
</div> | ||
</chat> | ||
</main> | ||
<footer class="noscroll"> | ||
<a href="https://gitlab.com/skysthelimit.dev/selenite">Source</a> | ||
<a href="https://discord.gg/7jyufnwJNf">Discord</a> | ||
<a href="/suggest.html">Suggestions & Bugs</a> | ||
<a href="/contact.html">Contact</a> | ||
<a href="/support.html">Donate</a> | ||
<a href="/about.html">About</a> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters