Browse Source

First complete version of home page done, work needs to be done on the CSS and the link page needs to be created and completed.

master
nukashimika 2 years ago
parent
commit
a8c51261df
  1. 12
      index.html
  2. 8
      src/index.md
  3. 10
      src/template.html

12
index.html

@ -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>

8
src/index.md

@ -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>.

10
src/template.html

@ -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…
Cancel
Save