Begin work on one-pager

This commit is contained in:
2022-08-14 20:44:28 +02:00
parent 6ec6bae96a
commit f47d419fd6
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# PHP Monitor website
This is a simplified Laravel project, with some providers and Laravel functionality disabled because said functionality is not needed for the simple site that is required.
This is a simplified Laravel project, with some providers and Laravel functionality disabled because said functionality is not needed for the simple site that is required.

View File

@ -7,8 +7,11 @@
@vite('resources/css/app.css')
</head>
<body>
<h1 class="text-3xl font-bold underline p-5">
PHP Monitor says hi!
</h1>
<div class="p-5 max-w-4xl flex flex-col m-auto">
<h1 class="text-3xl font-bold mb-3">
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>
</html>