PixelPlacerBot/public/Prototype/index.php

15 lines
320 B
PHP
Raw Normal View History

2024-07-19 19:51:38 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dynamic Grid</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="grid"></div>
<script src="scripts.js"></script>
</body>
</html>