You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
266 B
HTML
15 lines
266 B
HTML
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Tap tap tap tap</title>
|
||
|
<script src="tap.js" defer></script>
|
||
|
<link rel="stylesheet" href="style.css"></link>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|