feat(content): add reusable partials and how-to template

This commit is contained in:
2026-05-17 10:28:52 -07:00
parent 84e1318b33
commit 8c23b835d6
6 changed files with 86 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
export const URLS = {
whmcs: 'https://secure.anhonesthost.com',
whmcsTicket: 'https://secure.anhonesthost.com/submitticket.php',
whmcsClientArea: 'https://secure.anhonesthost.com/clientarea.php',
publicSite: 'https://anhonesthost.com',
whpDirectExample: 'https://your-server-hostname:8443',
};