8 lines
253 B
HTML
8 lines
253 B
HTML
<html>
|
|
<body>
|
|
<h1>Example Mod</h1>
|
|
<h2>Demonstrates how to add a new unit by adding a soviet supply truck.</h2>
|
|
<input type="button" class="button" onclick="window.external.launchMod('example')" value="Play" />
|
|
</body>
|
|
</html>
|