dars/resources/views/welcome.blade.php
2025-11-04 22:41:21 +01:00

12 lines
96 B
PHP
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body>
Hello world
</body>
</html>