1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-08 05:30:05 +01:00

Add credits

This commit is contained in:
2021-03-29 20:49:55 +02:00
parent d9ff26385a
commit 694c5e7f7d
2 changed files with 30 additions and 4 deletions

22
phpmon/Credits.html Normal file
View File

@@ -0,0 +1,22 @@
<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>