Removed some old code and files.
This commit is contained in:
parent
3bd48693b7
commit
65f3f6cab1
@ -1,13 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/data/favicon/favicon64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/data/favicon/favicon32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/data/favicon/favicon16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/data/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/data/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="/data/favicon/safari-pinned-tab.svg" color="#111111">
|
||||
<link rel="shortcut icon" href="/data/favicon/favicon.ico">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" href="res/main.css" />
|
||||
</head>
|
||||
|
@ -7,13 +7,6 @@
|
||||
src: URL('res/visitor1.ttf') format('truetype');
|
||||
}
|
||||
</style>
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/data/favicon/favicon64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/data/favicon/favicon32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/data/favicon/favicon16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/data/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/data/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="/data/favicon/safari-pinned-tab.svg" color="#111111">
|
||||
<link rel="shortcut icon" href="/data/favicon/favicon.ico">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" href="res/main.css" />
|
||||
</head>
|
||||
|
@ -1,13 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/data/favicon/favicon64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/data/favicon/favicon32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/data/favicon/favicon16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/data/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/data/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="/data/favicon/safari-pinned-tab.svg" color="#111111">
|
||||
<link rel="shortcut icon" href="/data/favicon/favicon.ico">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" href="res/main.css" />
|
||||
</head>
|
||||
|
@ -1,14 +0,0 @@
|
||||
const canvas = document.querySelector("#board canvas");
|
||||
const ctx = canvas.getContext("2d");
|
||||
const { width: w, height: h } = canvas;
|
||||
const center = w / 2;
|
||||
|
||||
// Setup Code
|
||||
|
||||
|
||||
// Looping Code
|
||||
function loopme(t) {
|
||||
requestAnimationFrame(loopme);
|
||||
|
||||
}
|
||||
requestAnimationFrame(loopme);
|
@ -7,13 +7,6 @@
|
||||
src: URL('res/visitor1.ttf') format('truetype');
|
||||
}
|
||||
</style>
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/data/favicon/favicon64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/data/favicon/favicon32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/data/favicon/favicon16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/data/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/data/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="/data/favicon/safari-pinned-tab.svg" color="#111111">
|
||||
<link rel="shortcut icon" href="/data/favicon/favicon.ico">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" href="res/main.css" />
|
||||
</head>
|
||||
|
@ -1,13 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/data/favicon/favicon64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/data/favicon/favicon32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/data/favicon/favicon16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/data/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/data/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="/data/favicon/safari-pinned-tab.svg" color="#111111">
|
||||
<link rel="shortcut icon" href="/data/favicon/favicon.ico">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" href="res/main.css" />
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user