Skip to content

Instantly share code, notes, and snippets.

View xavi7th's full-sized avatar

Akhile E. Daniel xavi7th

View GitHub Profile
@xavi7th
xavi7th / gist:f18ac2817d4a975d87444ed6c65a8d9d
Created September 13, 2024 13:02
Website is down for upgrade template
```php
<?php http_response_code(500); ?>
```
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
@xavi7th
xavi7th / gist:e647077876c144353f1377d1db5fd200
Created September 12, 2024 11:45 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@xavi7th
xavi7th / format-detection.html
Created May 6, 2020 04:23 — forked from yuezk/format-detection.html
HTML format-detection meta tag
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="date=no">
<meta name="format-detection" content="address=no">
<meta name="format-detection" content="email=no">
@xavi7th
xavi7th / .gitignore
Created October 22, 2017 09:55 — forked from hieblmedia/.gitignore
Gitignore - Exclude all except specific subdirectory
#
# If all files excluded and you will include only specific sub-directories
# the parent path must matched before.
#
/**
!/.gitignore
###############################
# Un-ignore the affected subdirectory