write website

This commit is contained in:
nora 2023-08-31 20:46:44 +02:00
parent 24abf6d98c
commit 7ff9a67148
15 changed files with 1580 additions and 38 deletions

13
uptime.json Normal file
View file

@ -0,0 +1,13 @@
{
"interval_seconds": 30,
"websites": [
{
"name": "nilstrieb.dev",
"url": "https://nilstrieb.dev"
},
{
"name": "localhost 1234",
"url": "http://localhost:1234"
}
]
}