ovenemprex/template/message.mako
Trysdyn Black c83acbdcfe Reinitialize repo to remove private data
10,000 hours mucking with `git filter-repo` and no reasonable use-case
found. On the plus side, anyone looking at this and curious what I nuked
isn't missing much. This lived in a monorepo up until about a week ago.
2024-12-20 14:45:49 -08:00

16 lines
207 B
Mako

<html>
<head>
<meta http-equiv="refresh" content="5; url=/management">
<style>
body {
background-color: #000;
color: #ddd;
}
</style>
</head>
<body>
${message}. Returning in 5 seconds.
</body>
</html>