29 lines
463 B
HTML
29 lines
463 B
HTML
<html>
|
|
<head>
|
|
<script src="assets/maps/microban.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<style>
|
|
body {
|
|
font-family: monospace;
|
|
font-size: 30px;
|
|
background-color: #efd4af;
|
|
}
|
|
|
|
#map {
|
|
white-space: pre;
|
|
}
|
|
|
|
#map > img {
|
|
height: 50px;
|
|
width: 50px;
|
|
}
|
|
</style>
|
|
|
|
<center>
|
|
<div id="map"></div>
|
|
</center>
|
|
<script src="assets/script.js"></script>
|
|
</body>
|
|
</html>
|