Skip to content

Commit 6669418

Browse files
committed
V5.2.2 - Moved apps script + Formatted
1 parent 027e545 commit 6669418

File tree

12 files changed

+19
-17
lines changed

12 files changed

+19
-17
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ This includes methods of deploying to Render/OnRender.
5757
As of January 1st, 2024, Replit is [no longer free](https://blog.replit.com/hosting-changes). Try GitHub Codespaces instead.
5858

5959
### GitHub Codespaces
60+
6061
> If you're setting the port below 1023, then you must run `sudo PORT=1023`
62+
6163
1. Create a GitHub account if you haven't already.
6264
2. Click "Code" (green button) and then "Create Codespace on main."
6365
3. In the terminal at the bottom, paste `pnpm i && pnpm start`.

static/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="shortcut icon" id="tab-favicon" href="/favicon.png" />
99
<title id="tab-title">Home</title>
1010
<link rel="stylesheet" href="/assets/styles/main.css?v=16" />
11-
<link rel="stylesheet" href="/assets/styles/global.css?v=10" />
11+
<link rel="stylesheet" href="/assets/styles/global.css?v=12" />
1212
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
1313
<script type="text/javascript" src="//oysterscoldtiny.com/4d/2f/92/4d2f92b8c68718dd3efb74b9f9b5fa4e.js"></script>
1414
</head>

static/apps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src="./assets/-/config.js?v=5-5-2024"></script>
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1313
<link rel="stylesheet" href="/assets/styles/main.css?v=16" />
14-
<link rel="stylesheet" href="/assets/styles/global.css?v=10" />
14+
<link rel="stylesheet" href="/assets/styles/global.css?v=12" />
1515
<script src="/assets/scripts/m.js?v=62"></script>
1616
<script src="/assets/scripts/i.js?V=42"></script>
1717
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>

static/assets/styles/fr.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ a {
205205
}
206206

207207
#add-tab:hover {
208-
background-color: var(--accent-color)
208+
background-color: var(--accent-color);
209209
}
210210

211211
ul {
@@ -227,11 +227,11 @@ li {
227227
}
228228

229229
li.active {
230-
background-color: var(--accent-color);
230+
background-color: var(--accent-color);
231231
}
232232

233233
li.active:hover {
234-
background-color: var(--accent-color)
234+
background-color: var(--accent-color);
235235
}
236236

237237
li:hover {

static/assets/styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
--column: #353535;
1414
--accent-color: #444;
1515
--main: #222;
16-
16+
1717
--text-primary: #fff;
1818
--text-secondary: #b0b0b0;
1919
--text-placeholder: #aaa;
@@ -26,5 +26,5 @@
2626
--transparent: rgb(0, 0, 0, 0);
2727

2828
/* Other Colors */
29-
--tab-hover: #6495ED;
29+
--tab-hover: #6495ed;
3030
}

static/games.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<title id="tab-title">Home</title>
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1111
<link rel="stylesheet" href="/assets/styles/main.css?v=16" />
12-
<link rel="stylesheet" href="/assets/styles/global.css?v=10" />
12+
<link rel="stylesheet" href="/assets/styles/global.css?v=12" />
1313
<script src="/assets/scripts/i.js?V=42"></script>
14-
<script src="/assets/scripts/ap.js?v=100"></script>
1514
<script type="text/javascript" src="//oysterscoldtiny.com/4d/2f/92/4d2f92b8c68718dd3efb74b9f9b5fa4e.js"></script>
1615
</head>
1716
<body>
@@ -30,6 +29,7 @@
3029
</div>
3130
<div class="pinned-apps"></div>
3231
<div class="container-apps"></div>
32+
<script src="/assets/scripts/ap.js?v=100"></script>
3333
<script src="./assets/-/bundle.js?v=5-5-2024"></script>
3434
<script src="./assets/-/config.js?v=5-5-2024"></script>
3535
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="shortcut icon" id="tab-favicon" href="favicon.png" />
99
<title id="tab-title">Home</title>
1010
<link rel="stylesheet" href="/assets/styles/main.css?v=16" />
11-
<link rel="stylesheet" href="/assets/styles/global.css?v=10" />
11+
<link rel="stylesheet" href="/assets/styles/global.css?v=12" />
1212
<script type="text/javascript" src="//oysterscoldtiny.com/4d/2f/92/4d2f92b8c68718dd3efb74b9f9b5fa4e.js"></script>
1313
</head>
1414
<body class="center" onload="SplashT">

static/privacy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="shortcut icon" id="tab-favicon" href="favicon.png" />
1010
<title id="tab-title">Home</title>
1111
<link rel="stylesheet" href="/assets/styles/main.css?v=16" />
12-
<link rel="stylesheet" href="/assets/styles/global.css?v=10" />
12+
<link rel="stylesheet" href="/assets/styles/global.css?v=12" />
1313
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
1414
<script type="text/javascript" src="//oysterscoldtiny.com/4d/2f/92/4d2f92b8c68718dd3efb74b9f9b5fa4e.js"></script>
1515
</head>

static/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title id="tab-title">Home</title>
1111
<link rel="stylesheet" href="/assets/styles/main.css?v=16" />
1212
<link rel="stylesheet" href="/assets/styles/settings.css?v=10" />
13-
<link rel="stylesheet" href="/assets/styles/global.css?v=10" />
13+
<link rel="stylesheet" href="/assets/styles/global.css?v=12" />
1414
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
1515
<script type="text/javascript" src="//oysterscoldtiny.com/4d/2f/92/4d2f92b8c68718dd3efb74b9f9b5fa4e.js"></script>
1616
</head>

static/tabs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="shortcut icon" id="tab-favicon" href="favicon.png" />
1010
<title id="tab-title">Home</title>
11-
<link rel="stylesheet" href="assets/styles/fr.css?v=30" />
12-
<link rel="stylesheet" href="/assets/styles/global.css?v=10" />
11+
<link rel="stylesheet" href="assets/styles/fr.css?v=32" />
12+
<link rel="stylesheet" href="/assets/styles/global.css?v=12" />
1313
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
1414
<script>
1515
window.addEventListener("resize", navigator.keyboard.lock(["Escape"]))

0 commit comments

Comments
 (0)