diff options
author | Thomas Voss <thomasvoss@live.com> | 2022-01-01 19:03:10 +0100 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2022-01-01 19:03:10 +0100 |
commit | 53acd91cf3bc4c5a8873e5eeb0afb4eb998934c7 (patch) | |
tree | ea2dd08cdc85abf87481208edb877af6528eeb38 /Assignment 1/splash.html | |
parent | 66f6f9a2c66309b5629702bd1e0563a698c19484 (diff) |
Reorganize files, and add lots of CSS
All images have been moved to img/
All source code has been moved to src/
The game.html page now has a draughts board, a vertical seperator, an
imcomplete move history table, a resign button, and a move history
title.
Diffstat (limited to 'Assignment 1/splash.html')
-rw-r--r-- | Assignment 1/splash.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Assignment 1/splash.html b/Assignment 1/splash.html deleted file mode 100644 index 1e53733..0000000 --- a/Assignment 1/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>Document</title> -</head> -<body> - <main> - - </main> - -</body> -</html>
\ No newline at end of file |