Skip to content

Instantly share code, notes, and snippets.

@digibart
digibart / grill.php
Last active November 25, 2022 14:14
A simple status page of running services, http://spatula.pixelbak.nl/grill.php
<html>
<head>
<title>Grill</title>
<style>
body {
background: #f7f7f7;
width: 500px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;