oopsie/templates/index.html
Lewis Dale 27f6d749d3
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 36s
Start outputting HTML
2024-05-14 13:01:40 +01:00

9 lines
158 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Oopsie</title>
</head>
<body>
<h1>Oopsie uptime monitoring</h1>
</body>
</html>