diff options
author | JJ | 2023-05-03 08:50:52 +0000 |
---|---|---|
committer | JJ | 2023-05-03 09:16:27 +0000 |
commit | 52e99050572d0b922f76266134383bfc66be8eca (patch) | |
tree | 6fd78db133f8692edc85540f3da0a81932f2f772 /ascii.html | |
parent | 7570754bf85b6c018ca9a7fc90a1e677600c899f (diff) |
Switch to new domain and switch back to Jekyll
Diffstat (limited to 'ascii.html')
-rw-r--r-- | ascii.html | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -1,10 +1,7 @@ -<!DOCTYPE html> -<html> - <head> - <title>ascii</title> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width" /> - <link rel="icon" type="image/jpg" href="assets/compass.jpg" /> +--- +layout: default +title: ascii +--- <style> html { line-height: 1.5; @@ -41,8 +38,6 @@ background-color: #f6f8fa; } </style> - </head> - <body> <h1 id="ascii-table">ascii table</h1> <table style="width: 100%"> <colgroup> @@ -628,8 +623,6 @@ </tr> </tbody> </table> - </body> -</html> <!-- |