diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:59:45 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:59:45 +0000 |
commit | 4fff758644b7905ce5c8ce5fc1c04c6f7c0d65d7 (patch) | |
tree | 6cbdc42c0c194279df694768696302f2aaee637c /wk8/pset/homepage/index.html | |
parent | 4ea28f9b0b94ae376ddb83e17f15fdea6205da2a (diff) |
Fri, Jul 5, 2024, 12:59 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/index.html')
-rw-r--r-- | wk8/pset/homepage/index.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index 94552ab..f52fccb 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -7,15 +7,6 @@ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> <link href="styles.css" rel="stylesheet"> - <style media="screen, print"> - @font-face { - font-family: "FreePixel"; - src: url("https://sadhost.neocities.org/fonts/FreePixel.ttf") format("truetype"); - } - body { - font-family: "FreePixel"; - } - </style> <title>Miau - Home Page</title> </head> <body class="centered"> |