Files
scummvm/dists/networking/wwwroot/.index.html
T
Thierry Crozat fa5a5bf865 CLOUD: Move wwwroot archive to dists and script to devtools
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
2016-09-06 00:43:25 +01:00

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>