aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <thomasvoss@live.com> 2022-01-16 20:44:06 +0100
committerThomas Voss <thomasvoss@live.com> 2022-01-16 20:44:06 +0100
commita5f194a34c221d52cd12b6fdbe47fc232eca871c (patch)
treeebfce2f487e04328858fb451f095a7d9495a6a6c
parent54083b5791ff15f9c123fde33233b012b0bee859 (diff)
Remove unneeded file
-rw-r--r--draughts/public/splash.html52
1 files changed, 0 insertions, 52 deletions
diff --git a/draughts/public/splash.html b/draughts/public/splash.html
deleted file mode 100644
index cdb627e..0000000
--- a/draughts/public/splash.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="stylesheets/splash.css" />
- <title>Draughts</title>
-</head>
-<body>
- <div class="container">
- <div class="header">
- <h1>Draughts</h1>
- </div>
- <div class="stats">
- <p>The record for the minimum amount of moves is: 32</p>
- <p>The average player completes a game in 56 moves</p>
- <p>There are 3 games currently ongoing</p>
- </div>
- <div class="icon">
- <img src="images/players.png"></img>
- </div>
- <div class="button">
- <form action="/play" method="get">
- <button id="button" type="submit">PLAY</button>
- </form>
- </div>
- <div class="how how-to-1">
- <h2>Move diagonally</h2>
- <img src="images/how-to-1.png"></img>
- </div>
- <div class="how how-to-2">
- <h2>Take pieces</h2>
- <img src="images/how-to-2.png"></img>
- </div>
- <div class="how how-to-3">
- <h2>Crown Kings</h2>
- <img src="images/redpiece-king.svg"></img>
- </div>
- <div class="right church">
- <img src="images/oude-kerk.png"></img>
- </div>
- <div class="right raadhuis">
- <img src="images/raadshuis.png"></img>
- </div>
- <div class="right windmill">
- <img src="images/mill.png"></img>
- </div>
- </div>
-
-</body>
-</html>