Files
2024-03-08 11:46:55 +00:00

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>