PixelPlacerBot/resources/views/prototype.blade.php
2024-07-27 15:40:35 -04:00

13 lines
306 B
PHP
Executable File

<!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>
@vite(['resources/css/grid.css', 'resources/js/grid.js'])
</head>
<body>
<div class="grid-container"></div>
</body>
</html>