mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
12 lines
272 B
HTML
12 lines
272 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Runtime Harness</title>
|
|
</head>
|
|
<body>
|
|
<div id="runtime-harness">runtime harness</div>
|
|
</body>
|
|
</html>
|