Files
RoboCommander/index.html
2026-04-05 16:14:49 -04:00

17 lines
335 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script>
require("source-map-support/source-map-support.js").install()
</script>
<link href="styles.css" rel="stylesheet"></head>
<body>
<div id="app"></div>
<script type="text/javascript" src="renderer.js"></script></body>
</html>