make it all work

This commit is contained in:
tristan 2023-12-31 00:24:48 +00:00
parent 74670edee1
commit c10587f0c5
16 changed files with 335 additions and 66 deletions

11
testing/src/index.md Normal file
View file

@ -0,0 +1,11 @@
# Hello World
Making a website in Nix? That sounds dumb.
## but why?
great question!
### you are dumb.
yes I am.

3
testing/src/style.css Normal file
View file

@ -0,0 +1,3 @@
p {
padding: 1rem;
};