mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Both the data used to generate the archive and the archive itself were moved to dists/ instead of being in backends/. The script was also improved to optionally take a path as a command line argument to indicate where the wwwroot data are instead of assuming they are in the working directory. Finally a 'wwwroot' make target was also added to invoke the python script and generate the archive. with the expected path to
18 lines
343 B
HTML
18 lines
343 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>ScummVM</title>
|
|
<meta charset="utf-8"/>
|
|
<link rel="stylesheet" type="text/css" href="style.css"/>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class='header'>
|
|
<center><img src="logo.png"/></center>
|
|
</div>
|
|
<div class="content">
|
|
<p>{message}</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |