Last updated: 2026-05-20
This document provides a comprehensive guide to all user journeys and workflows available on the NIOGG website and conference platform.
| ```php | |
| <?php http_response_code(500); ?> | |
| ``` | |
| ```html | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> |
| <!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> |
| <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"> |
| # | |
| # If all files excluded and you will include only specific sub-directories | |
| # the parent path must matched before. | |
| # | |
| /** | |
| !/.gitignore | |
| ############################### | |
| # Un-ignore the affected subdirectory |