12 lines
188 B
HTML
12 lines
188 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Cat Cannon</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
<script src="main.js" defer></script>
|
|
</html> |