server/index.html

11 lines
206 B
HTML
Raw Normal View History

2024-08-08 23:42:51 +02:00
<!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>