mirror of
https://github.com/1f349/site-hosting.git
synced 2025-01-21 06:36:33 +00:00
12 lines
239 B
HTML
12 lines
239 B
HTML
|
<html lang="en">
|
||
|
<head><title>{{.Host}}</title></head>
|
||
|
<body>
|
||
|
<center>
|
||
|
<h1>{{.Host}}</h1>
|
||
|
<p>The requested beta is not available</p>
|
||
|
<hr>
|
||
|
<a href="/__bluebell-switch-beta?reset">Revert to main website</a>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|