mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-24 15:59:07 +00:00
14 lines
202 B
HTML
14 lines
202 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Micropolis Engine</title>
|
||
|
<style>
|
||
|
/* Custom styles here */
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
{{{ SCRIPT }}}
|
||
|
</body>
|
||
|
</html>
|