mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-09 13:10:24 +01:00
23 lines
808 B
HTML
23 lines
808 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-color: #FFF;
|
|
color: #000;
|
|
font-family: -apple-system;
|
|
font-size: 11px;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<br>
|
|
<p><b>Want to spread the love?</b> Leave a <a href="https://github.com/nicoverbruggen/phpmon">star on GitHub</a>!</p>
|
|
<p><b>Having issues?</b> Consult the <a href="https://github.com/nicoverbruggen/phpmon#%EF%B8%8F-faq--troubleshooting">FAQ & Troubleshooting</a> section.</p>
|
|
<p><b>Want to support me?</b> You can <a href="https://nicoverbruggen.be/sponsor">financially support</a> the continued development of this app.</p>
|
|
<br>
|
|
</body>
|
|
</html>
|
|
|