diff options
author | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2022-01-06 15:56:43 +0100 |
---|---|---|
committer | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2022-01-06 15:56:43 +0100 |
commit | 9b44d77b2a8a4b8b2e80a0e997f923dad6f79e24 (patch) | |
tree | 01079a84a10936182d40683eb6612e69acebabc1 /src/splash.html | |
parent | 8e211d967a8b384ae482aafd9e0280ac943c6f8b (diff) |
Used boilerplate code to restructure project, edited splash.html and added routing functionality
Diffstat (limited to 'src/splash.html')
-rw-r--r-- | src/splash.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/splash.html b/src/splash.html deleted file mode 100644 index 1f7f130..0000000 --- a/src/splash.html +++ /dev/null @@ -1,15 +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"> - <title>Draughts</title> -</head> -<body> - <h1>Draughts</h1> - <img src=></img> - <img src=></img> - <img src=></img> -</body> -</html> |