This commit is contained in:
Crispy 2024-04-26 22:05:44 +02:00
commit 273963f41a
4 changed files with 49 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
build:
htmd
host: build
xdg-open http://127.0.0.1:55566
webserver 127.0.0.1:55566 site

21
site/index.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TITLE HERE</title>
</head>
<body>
<h1>crispys blug</h1>
<p>
hello i might write some words here from time to time<br>
</p>
<p>
i heard all the cool kids are doing it<br>
</p>
</body>
</html>

14
template.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TITLE HERE</title>
</head>
<body>
CONTENT HERE
</body>
</html>

6
write/index.md Normal file
View file

@ -0,0 +1,6 @@
# crispys blug
hello i might write some words here from time to time
i heard all the cool kids are doing it