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.
16 lines
207 B
Mako
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>
|
|
|