-
Notifications
You must be signed in to change notification settings - Fork 5
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
a862588
commit 57b076c
Showing
18 changed files
with
664 additions
and
520 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,5 @@ | ||
the bot is probably down right now wait a day or two | ||
will update this when back up | ||
|
||
made 12/9/2024 | ||
published 12/9/2024 |
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,49 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black"> | ||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1"> | ||
<link rel="manifest" href="manifest.json"> | ||
<link rel="apple-touch-icon" href="/imagtorigin"> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,500&display=swap" rel="stylesheet"> | ||
<title>New Tab</title> | ||
<style> | ||
body, html { | ||
margin: 0; | ||
padding: 0; | ||
width: 100%; | ||
height: 100%; | ||
overflow: hidden; | ||
background-color: #3b3b3b; | ||
color: #e63946; | ||
font-family: "Roboto", sans-serif; | ||
} | ||
widgetbot { | ||
width: 100%; | ||
height: 100%; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
border: none; | ||
} | ||
</style> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8PERVFVWRG"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-8PERVFVWRG'); | ||
</script> | ||
</head> | ||
<body> | ||
<widgetbot | ||
server="1286367955378114601" | ||
channel="1297982806722351164" | ||
></widgetbot> | ||
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
the bot is probably down right now wait a day or two | ||
will update this when back up | ||
|
||
made 12/9/2024 | ||
published 12/9/2024 |
Oops, something went wrong.