USISimulator/simulator.html

21 lines
446 B
HTML
Raw Normal View History

2018-11-25 11:21:52 +00:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8"/>
2018-11-26 09:25:39 +00:00
<title>USI Simulator</title>
2018-11-25 11:21:52 +00:00
<link rel="stylesheet" href="./simulator.css"/>
</head>
<body>
2018-11-26 09:25:39 +00:00
<h1 id="quote">USI Simulator</h1>
2018-11-25 11:21:52 +00:00
<div id="images">
<img id="img1" style="display: none"/>
<img id="img2" style="display: none"/>
<img id="img3" style="display: none"/>
</div>
<script src="./simulator.js"></script>
</body>
</html>