diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:18:09 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:18:09 +0000 |
commit | 53b79cf38380b5ae36c68392d14e5493ff69f4a0 (patch) | |
tree | e3937b8f89c0b87ffced8b76e75da815e5631245 /wk8/pset/homepage | |
parent | f8428b77793785edd5c784b2898c484ac3764ed8 (diff) |
Fri, Jul 5, 2024, 12:18 AM -07:00
Diffstat (limited to 'wk8/pset/homepage')
-rw-r--r-- | wk8/pset/homepage/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index aa82eba..2797110 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -7,7 +7,7 @@ <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> + <style media="screen, print"> @font-face { font-family: "FreePixel"; src: url("https://sadhost.neocities.org/fonts/FreePixel.ttf") format("truetype"); |