diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-26 09:30:07 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-26 09:30:07 +0100 |
commit | 4e6ae21d564150dd35384533d74c5e79b725eb44 (patch) | |
tree | 718f9c77f65af2d15caebbdcca532d91c0dc18d2 | |
parent | 0ea4cadc00ef6af93feb0fe25abff006abbddefe (diff) |
surround last paragraph with <p> tag
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,7 +23,9 @@ <li>My <a target="_blank" href="https://filestash.pipeframe.xyz">filestash</a> instance</li> <li>An <a target="_blank" href="https://etesync.pipeframe.xyz">etesync</a> server</li> </ul> + <p> I'm also working on <a target="_blank" href="https://github.com/lonkaars/po-4-op-een-rij">a connect 4 website</a>. This was originally a simple school project, but I decided to go overboard and try to show off as much as I can. It's not finished yet, and has a lot of security issues, but I'm taking it on as my 'summer break project' so that's also going to be hosted on this domain when it's semi-safe to run publicly. + </p> </div> </body> </html> |