mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
11 lines
206 B
HTML
11 lines
206 B
HTML
|
|
<!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>
|