mirror of
https://github.com/phpmon/website
synced 2025-08-06 22:30:09 +02:00
14 lines
315 B
PHP
14 lines
315 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>PHP Monitor</title>
|
|
@vite('resources/css/app.css')
|
|
</head>
|
|
<body>
|
|
<h1 class="text-3xl font-bold underline p-5">
|
|
PHP Monitor says hi!
|
|
</h1>
|
|
</body>
|
|
</html> |