diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 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> |