diff options
author | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2021-12-22 16:28:35 +0100 |
---|---|---|
committer | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2021-12-22 16:28:35 +0100 |
commit | 8ef36d42f280d2caaf8f94e0067eb9b8419c3cef (patch) | |
tree | 7d5d4976271c73b1690cd93006fe84cb387de5f1 | |
parent | 239cc3519ea437be3afba7364729b87089c76cdb (diff) |
commit main
-rw-r--r-- | Assignment 1/game.html | 12 | ||||
-rw-r--r-- | Assignment 1/splash.html | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/Assignment 1/game.html b/Assignment 1/game.html new file mode 100644 index 0000000..56efbdb --- /dev/null +++ b/Assignment 1/game.html @@ -0,0 +1,12 @@ +<!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> + +</body> +</html>
\ No newline at end of file diff --git a/Assignment 1/splash.html b/Assignment 1/splash.html new file mode 100644 index 0000000..56efbdb --- /dev/null +++ b/Assignment 1/splash.html @@ -0,0 +1,12 @@ +<!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> + +</body> +</html>
\ No newline at end of file |