Untitled

Anonymous
plain_text
03/29/2023 4:07 AM
304 B
11
Indexable
<!DOCTYPE html>
<html>
<head>
	<title>Clouds and Birds</title>
	<link rel="stylesheet" href="style.css">
</head>
<body>
	<div id="sky"></div>
	<div id="birds-container"></div>
	<script src="script.js"></script>
</body>
</html>
Editor is loading...