diff options
-rw-r--r-- | index.html | 10 | ||||
-rw-r--r-- | mines/index.html (renamed from Mines/index.html) | 0 | ||||
-rw-r--r-- | mines/mines.css (renamed from Mines/mines.css) | 0 | ||||
-rw-r--r-- | mines/mines.js (renamed from Mines/mines.js) | 0 |
4 files changed, 9 insertions, 1 deletions
@@ -4,6 +4,14 @@ <head> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta charset="utf-8"> + + <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"> + + <style> + * { + font-family: "Roboto", sans-serif; + } + </style> </head> <body> @@ -14,7 +22,7 @@ <ul> <li><h3>Web-hosted projects:</h3></li> <li><a href="WebCards/index.html">WebCards</a></li> - <li><a href="Mines/index.html">A clone of Minesw**per</a></li> + <li><a href="mines">A clone of Minesw**per</a></li> <li><h3>Download and enjoy:</h3></li> <li><a href="https://ccgkyle.itch.io/">My itch.io</a></li> <li><a href="https://github.com/CoreChg/TransitAPI">My Minecraft TransitAPI</a></li> diff --git a/Mines/index.html b/mines/index.html index 5b27806..5b27806 100644 --- a/Mines/index.html +++ b/mines/index.html diff --git a/Mines/mines.css b/mines/mines.css index 810e74e..810e74e 100644 --- a/Mines/mines.css +++ b/mines/mines.css diff --git a/Mines/mines.js b/mines/mines.js index 5585bb6..5585bb6 100644 --- a/Mines/mines.js +++ b/mines/mines.js |