still-alive/index.html
2021-10-12 15:46:49 +02:00

20 lines
No EOL
535 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Still Alive</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<main>
<p id="play">Still Alive</p>
<p id="message"></p>
</main>
<footer>
<a href="https://github.com/VictorWesterlund/still-alive">Source on GitHub</p>
</footer>
<script type="module" src="assets/js/script.mjs"></script>
</body>
</html>