Skip to content

Instantly share code, notes, and snippets.

View techsalaf's full-sized avatar
💭
Currently Coding.

Amuda Rasheed techsalaf

💭
Currently Coding.
View GitHub Profile
@techsalaf
techsalaf / Learnify-Maintainance-Page.php
Last active September 25, 2024 14:39 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<?php http_response_code(503); ?>
<?php
$time_to_wait = strtotime('2024-11-14 00:00:00') - time();
$site_title = 'Learnify by 360School';
$contact_link = 'https://chat.whatsapp.com/Dvh4Ggjp1MIHMnrnB97aZc';
$logo_path = './logo-light.png';
$logo_link = 'mailto:hello@my360school.com';
$facebook_link = 'https://www.facebook.com/profile.php?id=61565889653193';
$linkedin_link = 'https://www.linkedin.com/company/my360school';