diff options
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,15 +5,15 @@ <meta content="utf-8" http-equiv="encoding"> <meta name="keywords" content="pong, strohmer"> - <link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet"> <script src="https://use.fontawesome.com/6b91a7da28.js"></script> - <title>"Pong" by Strohmer</title> + <title>"Pong" by Strohmer!</title> </head> <body> <center> - <font face=Press+Start+2P> + <font face='Karla'> <h1>Pong</h1> <h4><i class="fa fa-code" aria-hidden="true"></i> w/ <i class="fa fa-heart" aria-hidden="true"></i> |