nukashimika
2 years ago
3 changed files with 13 additions and 17 deletions
@ -1,12 +0,0 @@
|
||||
<html lang=en> |
||||
<head> |
||||
<meta charset=UTF-8> |
||||
<link rel=stylesheet href=style.css> |
||||
<body> |
||||
<div class=body> |
||||
<h1>welcome</h1> |
||||
<p>hello, im cath and i exist |
||||
</div> |
||||
</body> |
||||
</head> |
||||
</html> |
@ -1,2 +1,6 @@
|
||||
# test |
||||
ooo sample text i have burned this damn project and remade it ooo |
||||
|
||||
|
||||
# Welcome! |
||||
Hi I'm Catherine. I'm a woman from Texas. I will occasionally do things online.\ |
||||
|
||||
Anyways, this website is mostly just a link farm, so click this <a href="/links/">here</a>. |
||||
|
@ -1,13 +1,17 @@
|
||||
<!-- "Borrowed from": https://www.arthurkoziel.com/convert-md-to-html-pandoc/" --> |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<meta name="date" content='$date-meta$'> |
||||
<title>$title$</title> |
||||
<link rel="stylesheet" href="style.css"> |
||||
</head> |
||||
<body> |
||||
<p>Date: $date$</p> |
||||
<div class="navbar"> |
||||
<nav> |
||||
<a href="/">home</a> |
||||
<a href="links/">links</a> |
||||
</nav> |
||||
</div> |
||||
$body$ |
||||
</body> |
||||
</html> |
||||
|
Loading…
Reference in new issue