Had to fix title declaration in about-me.wiki
This commit is contained in:
parent
45ab561c52
commit
b9e9de0258
@ -2,15 +2,12 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
<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 http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>
|
|
||||||
#title About Me
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#title About Me
|
%title About Me
|
||||||
|
|
||||||
-----
|
-----
|
||||||
[[index.wiki|Index]]
|
[[index.wiki|Index]]
|
||||||
|
Loading…
Reference in New Issue
Block a user