diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:06:05 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:06:05 +0800 |
commit | 22ff97c0ef8601c57359c4c658dda152538d55cf (patch) | |
tree | 0a58075e420dc4a14d7816d1124c0ed682bd2e36 /index.html | |
parent | dd1643f499cdd33b10cf9eb75ea77912605a2162 (diff) | |
download | www-22ff97c0ef8601c57359c4c658dda152538d55cf.tar.gz |
missing <p /> inserted again
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index fe665fa..5b42cf7 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ </div> <div id="ponder"> <h2>Help me ponder upon these questions</h2> - These are questions that interest me. If I have more ideas on them, I might turn them into projects. + <p>These are questions that interest me. If I have more ideas on them, I might turn them into projects.</p> <h3>Sudden idea on the Lisp-like operating system</h3> <p>Emacs is an example!</p> <h3>Help me choose licenses</h3> |