diff options
author | elioat <elioat@tilde.institute> | 2025-01-11 16:16:38 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-01-11 16:16:38 -0500 |
commit | 4a140cf0d51069c0576f68cf9f8a41a3b3a7bd41 (patch) | |
tree | 2fd685a1ee4ca5bf6c248ddcda92435397fe9723 | |
parent | e635b6825d676858951a10a6022a476e55fa2bfb (diff) | |
download | tour-4a140cf0d51069c0576f68cf9f8a41a3b3a7bd41.tar.gz |
*
-rw-r--r-- | html/cards/cards.js (renamed from html/cards/script.js) | 0 | ||||
-rw-r--r-- | html/cards/index.html | 13 |
2 files changed, 7 insertions, 6 deletions
diff --git a/html/cards/script.js b/html/cards/cards.js index 98aa0e1..98aa0e1 100644 --- a/html/cards/script.js +++ b/html/cards/cards.js diff --git a/html/cards/index.html b/html/cards/index.html index 27c0616..2a4b69d 100644 --- a/html/cards/index.html +++ b/html/cards/index.html @@ -3,15 +3,16 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content="One should always play fairly when one has the winning cards - Oscar Wilde"> <title>🃏 cards 🃏</title> <style> @font-face { font-family: 'pokemon-font'; - src: url('./pokemon-font/fonts/pokemon-font.ttf') format('ttf'); /* IE9 Compat Modes */ - src: url('./pokemon-font/fonts/pokemon-font.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('./pokemon-font/fonts/pokemon-font.woff2') format('woff2'), /* Super Modern Browsers */ - url('./pokemon-font/fonts/pokemon-font.woff') format('woff'), /* Pretty Modern Browsers */ - url('./pokemon-font/fonts/pokemon-font.ttf') format('truetype') /* Safari, Android, iOS */ + src: url('/pokemon-font/fonts/pokemon-font.ttf') format('ttf'); /* IE9 Compat Modes */ + src: url('/pokemon-font/fonts/pokemon-font.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/pokemon-font/fonts/pokemon-font.woff2') format('woff2'), /* Super Modern Browsers */ + url('/pokemon-font/fonts/pokemon-font.woff') format('woff'), /* Pretty Modern Browsers */ + url('/pokemon-font/fonts/pokemon-font.ttf') format('truetype') /* Safari, Android, iOS */ } body { @@ -30,6 +31,6 @@ </head> <body> <canvas id="cards"></canvas> - <script src="script.js"></script> + <script src="/cards.js"></script> </body> </html> \ No newline at end of file |