Update html/gamehub.ejs
This commit is contained in:
parent
7de0758d9b
commit
de7f5ef68d
@ -46,7 +46,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css2?family=Press+Start+2P&display=swap" rel="stylesheet" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>Poke! Games Hub</title>
|
||||
<style>
|
||||
@ -359,7 +359,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>POKE SNAKE</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.bunny.net/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0; padding: 0; background: #000;
|
||||
@ -752,7 +752,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>POKE TIC-TAC-TOE</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.bunny.net/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
--accent: #00ff99;
|
||||
@ -1091,7 +1091,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>POKE SUDOKU</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.bunny.net/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
--accent: #00ff99;
|
||||
@ -1377,7 +1377,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>POKE PONG</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.bunny.net/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root { --bg1:#111; --bg2:#000; --accent:#00ff99; }
|
||||
*{box-sizing:border-box;}
|
||||
@ -1468,7 +1468,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>POKE MINESWEEPER</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.bunny.net/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root {
|
||||
--bg: #111;
|
||||
@ -1678,7 +1678,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>POKE BREAKOUT</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.bunny.net/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
:root { --bg1:#111; --bg2:#000; --accent:#00ff99; --paddle-color:#fff; --ball-color:#fff; --brick-color:#09f; --text-color:#fff; }
|
||||
*{box-sizing:border-box;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user