forked from arne/asdf-games
Removed some old code and files.
This commit is contained in:
parent
3bd48693b7
commit
65f3f6cab1
@ -1,13 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<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>
|
<title>Game</title>
|
||||||
<link rel="stylesheet" href="res/main.css" />
|
<link rel="stylesheet" href="res/main.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -7,13 +7,6 @@
|
|||||||
src: URL('res/visitor1.ttf') format('truetype');
|
src: URL('res/visitor1.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
</style>
|
</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>
|
<title>Game</title>
|
||||||
<link rel="stylesheet" href="res/main.css" />
|
<link rel="stylesheet" href="res/main.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,13 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<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>
|
<title>Game</title>
|
||||||
<link rel="stylesheet" href="res/main.css" />
|
<link rel="stylesheet" href="res/main.css" />
|
||||||
</head>
|
</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');
|
src: URL('res/visitor1.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
</style>
|
</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>
|
<title>Game</title>
|
||||||
<link rel="stylesheet" href="res/main.css" />
|
<link rel="stylesheet" href="res/main.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,13 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<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>
|
<title>Game</title>
|
||||||
<link rel="stylesheet" href="res/main.css" />
|
<link rel="stylesheet" href="res/main.css" />
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user