mirror of
https://github.com/phpmon/website
synced 2025-08-06 22:30:09 +02:00
Begin work on one-pager
This commit is contained in:
@ -7,8 +7,11 @@
|
|||||||
@vite('resources/css/app.css')
|
@vite('resources/css/app.css')
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 class="text-3xl font-bold underline p-5">
|
<div class="p-5 max-w-4xl flex flex-col m-auto">
|
||||||
PHP Monitor says hi!
|
<h1 class="text-3xl font-bold mb-3">
|
||||||
</h1>
|
Easily manage your local PHP setup on the Mac.
|
||||||
|
</h1>
|
||||||
|
<p>PHP Monitor (or phpmon) is a lightweight, native Mac menu bar app that interacts with Laravel Valet. It can help you manage multiple PHP installations, locate config files, and so much more.</p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user