14 lines
238 B
HTML
Raw Normal View History

<!DOCTYPE=html>
<html>
<head>
<style>
#counter {text-align: center}
</style>
2021-12-03 21:38:56 -08:00
<a href='../index.html'><button><</button></a>
</head>
<body>
<h1 id='counter'>0</h1>
<script src='click.js'></script>
</body>
2021-12-03 21:38:56 -08:00
</html>