mirror of
https://github.com/phpmon/website
synced 2025-08-07 06:40:08 +02:00
Initial commit
This commit is contained in:
13
resources/views/onepager.blade.php
Normal file
13
resources/views/onepager.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@vite('resources/css/app.css')
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="text-3xl font-bold underline p-5">
|
||||
PHP Monitor says hi!
|
||||
</h1>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user