You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
942 B
31 lines
942 B
|
4 years ago
|
<html>
|
||
|
|
<style type="text/css" media="screen">
|
||
|
|
canvas {
|
||
|
|
width: 800px;
|
||
|
|
height: 600px;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<head>
|
||
|
|
<title>Silent Service Online</title>
|
||
|
|
<script src="js-dos.js"></script>
|
||
|
|
</head>
|
||
|
|
<body bgcolor="black" text="white">
|
||
|
|
<canvas id="jsdos" width="800" height="600" ></canvas>
|
||
|
|
<script>
|
||
|
|
Dos(document.getElementById("jsdos"), {
|
||
|
|
}).ready((fs, main) => {
|
||
|
|
fs.extract("game.zip").then(() => {
|
||
|
|
main(["-c", GAME_ARGS])
|
||
|
|
});
|
||
|
|
});
|
||
|
|
</script>
|
||
|
|
<br><br><br><br><br>
|
||
|
|
<center><form>
|
||
|
|
<input type="button" value="Go back!" onclick="history.back()">
|
||
|
|
</form></center>
|
||
|
|
<h3>Silent Service</h3>
|
||
|
|
<p><a href="https://dl.myabandonware.com/f/4ca/Shadow-President_Manual_DOS_EN.pdf">Game Manual</a></p>
|
||
|
|
<p><b>Silent Service II was released in 1990. It was a World War II video game sequel to Silent Service.</b></p>
|
||
|
|
</body>
|
||
|
|
</html>
|