make it all work
This commit is contained in:
parent
74670edee1
commit
c10587f0c5
16 changed files with 335 additions and 66 deletions
11
testing/src/index.md
Normal file
11
testing/src/index.md
Normal 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
3
testing/src/style.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
p {
|
||||
padding: 1rem;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue