2021-12-03 21:15:49 -08:00
|
|
|
<!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>
|
2021-12-03 21:15:49 -08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1 id='counter'>0</h1>
|
|
|
|
<script src='click.js'></script>
|
|
|
|
</body>
|
2021-12-03 21:38:56 -08:00
|
|
|
</html>
|