diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2020-12-23 21:27:05 -0600 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2020-12-23 21:27:05 -0600 |
commit | 6036e5edc9f2b3290c0b0446b02f698c2e39295e (patch) | |
tree | ba117f13f41a3470e7f96311e97e3525646e32ef /index.html | |
parent | 0657addf1e3cdd8eaf8f4b7f150bcac057406e07 (diff) |
Fix: meta elements; try to get unifont working again
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ <!DOCTYPE html> -<html lang=en> +<html lang="en"> <head> - <meta charset=UTF-8> + <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/gnu-unifont" type="text/css"/> <title>Tapes</title> |