20 lines
446 B
HTML
Executable file
20 lines
446 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>USI Simulator</title>
|
|
<link rel="stylesheet" href="./simulator.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 id="quote">USI Simulator</h1>
|
|
<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>
|