Files
homelab-config/homelab-services/nimh-static/index.html
T

26 lines
402 B
HTML
Raw Normal View History

2025-08-24 00:02:38 -05:00
<!DOCTYPE html>
<html lang="en">
2025-08-24 00:03:11 -05:00
<head>
<meta charset="UTF-8">
<title>NIMH Static Test</title>
<style>
body {
font-family: sans-serif;
text-align: center;
margin-top: 50px;
}
h1 {
color: #4CAF50;
}
</style>
</head>
<body>
<h1>Welcome to nimh.roypository.com!</h1>
<p>This is a barebones static site served via Nginx on NixOS.</p>
</body>
</html>