Had to fix title declaration in about-me.wiki

This commit is contained in:
Tristan Ancelet 2023-09-02 20:36:00 -05:00
parent 45ab561c52
commit b9e9de0258
2 changed files with 2 additions and 5 deletions

View File

@ -2,15 +2,12 @@
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css">
<title>about-me</title>
<title>About Me</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>
#title About Me
</p>
<hr />
<p>

View File

@ -1,4 +1,4 @@
#title About Me
%title About Me
-----
[[index.wiki|Index]]