Skip to content

Commit

Permalink
Deploying to gh-pages from @ c149591 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan committed Jan 5, 2025
1 parent a79fcc1 commit 30660bc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 20 deletions.
40 changes: 20 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<html><head><title>RuneScape 2</title><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><meta name="viewport" content="width=device-width,initial-scale=0.86,maximum-scale=3,minimum-scale=0.86"><link rel="icon" type="image/x-icon" href="favicon.ico"><style>body {
margin: 0;
padding: 0;
color: #fff;
background-color: #000;
}
<html><head><title>RuneScape 2</title><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><meta name="viewport" content="width=device-width,initial-scale=0.86,maximum-scale=3,minimum-scale=0.86"><link rel="icon" type="image/x-icon" href="favicon.ico"><link rel="manifest" href="/manifest.json"><style>body {
margin: 0;
padding: 0;
color: #fff;
background-color: #000;
}

canvas {
display: block;
margin: 0 auto;
canvas {
display: block;
margin: 0 auto;

touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
z-index: -1;
}</style><script defer="defer" src="/Client2/index.js"></script></head><body><canvas id="canvas" width="789" height="532"></canvas></body></html>
touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
z-index: -1;
}</style><script defer="defer" src="/Client2/index.js"></script></head><body><canvas id="canvas" width="789" height="532"></canvas></body></html>
16 changes: 16 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "2004Scape",
"icons": [
{
"src": "/manifest.png",
"type": "image/png",
"sizes": "144x144"
}
],
"id": "/",
"start_url": "/",
"background_color": "#212121",
"display": "minimal-ui",
"scope": "/",
"theme_color": "#212121"
}
Binary file added manifest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30660bc

Please sign in to comment.