diff options
| author | Jason <jason@haltnet.org> | 2017-03-16 20:00:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-16 20:00:26 -0400 |
| commit | 353368d9bedaf91875cb9d62e209b3c8990dd210 (patch) | |
| tree | 78e1fc77bd8b12838742cec8d1c8d8f53f3805ef | |
| parent | Update index.html (diff) | |
| download | pong-gh-pages.tar.gz pong-gh-pages.zip | |
Update index.htmlgh-pages
| -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> |