Files
RomhackPlaza/resources/views/entries/index.blade.php

12 lines
209 B
PHP
Raw Normal View History

2026-05-20 18:25:15 +02:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>RomHack Plaza</title>
</head>
<body>
<h1>Bienvenue sur RomHack Plaza</h1>
<p>Le catalogue est en construction.</p>
</body>
</html>