mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-15 04:11:23 +00:00
13 lines
202 B
HTML
13 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>
|