diff --git a/public/index.html b/public/index.html index ba99f4b..fec076e 100644 --- a/public/index.html +++ b/public/index.html @@ -11,5 +11,8 @@
+
+ GitHub +
\ No newline at end of file diff --git a/public/style.css b/public/style.css index 4388a3a..f69c074 100644 --- a/public/style.css +++ b/public/style.css @@ -10,6 +10,10 @@ font-family: sans-serif; } +.meta-info { + margin-top: 30px; +} + .game-info { font-size: 40px; }