feat: flake

This commit is contained in:
aprilthepink 2024-08-08 23:42:51 +02:00
parent 8b96401c71
commit e588e98f4e
6 changed files with 753 additions and 45 deletions

10
index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>An example website built using Nix and Vite</title>
</head>
<body>
<h1>Welcome!</h1>
<h2>This site was built using Nix and vite</h2>
</body>
</html>