pantasya/00_playground/chicks.html

34 lines
408 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POCS - The Playground</title>
<link rel="icon" type="image/png" href="favicon.png" />
<style>
* {
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>Chicks</h1>
</body>
</html>