17 lines
325 B
HTML
17 lines
325 B
HTML
|
<head>
|
||
|
<meta charset="UTF-8"/>
|
||
|
<link rel="stylesheet" href="styles.css" />
|
||
|
</head>
|
||
|
<html>
|
||
|
<body>
|
||
|
|
||
|
<div class="centre">
|
||
|
<img id="portrait" src="img/stargazer.png"></img>
|
||
|
<div id="text-box"></div>
|
||
|
<a id="button" href="#" onclick="advance()">start</a>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
<script src="main.js"></script>
|