-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.html
More file actions
60 lines (57 loc) · 1.88 KB
/
Copy pathgames.html
File metadata and controls
60 lines (57 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html lang="da">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="#102217">
<title>Mobilspil – Central Irish Pub</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="shell">
<header class="topbar">
<div>
<div class="eyebrow">CENTRAL IRISH PUB</div>
<h1>Mobilspil</h1>
</div>
<a class="ghost back-link" href="index.html">← Menu</a>
</header>
<section class="welcome-card games-info">
<div>
<div class="small-label">Telefonen bliver kun controller</div>
<h2>Vælg spil her, når et mobilspil er startet på pubben</h2>
<p>Denne side åbner ikke selve spillebordet. De enkelte spil får senere deres egen knap og controller.</p>
</div>
</section>
<section class="menu-grid">
<div class="menu-card game-choice disabled">
<span class="icon">🔨</span>
<strong>Banke</strong>
<span>Mobilcontroller kommer senere</span>
</div>
<div class="menu-card game-choice disabled">
<span class="icon">🎲</span>
<strong>Ludo</strong>
<span>Mobilcontroller kommer senere</span>
</div>
<div class="menu-card game-choice disabled">
<span class="icon">🃏</span>
<strong>Poker</strong>
<span>Mobilcontroller kommer senere</span>
</div>
<div class="menu-card game-choice disabled">
<span class="icon">🕹️</span>
<strong>Flere spil</strong>
<span>Tilføjes efterhånden</span>
</div>
</section>
<section class="wifi-card">
<div>
<div class="small-label">Mobilspil kræver pubbens Wi-Fi</div>
<h2>pubben gæst</h2>
<p>Kode: <strong>pubben9982</strong></p>
</div>
</section>
</main>
</body>
</html>