mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
18 lines
349 B
HTML
18 lines
349 B
HTML
<html>
|
|
<head>
|
|
<title>Building</title>
|
|
<meta http-equiv="refresh" content="1">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Building {{project_name}}, please wait...
|
|
</p>
|
|
<p>
|
|
This page automatically refreshes every 1 seconds until the building is finished
|
|
</p>
|
|
|
|
Log:
|
|
<pre>{{logdata}}</pre>
|
|
|
|
</body>
|
|
</html> |