Skip to content

Instantly share code, notes, and snippets.

View BenWoodford's full-sized avatar

Ben Woodford BenWoodford

View GitHub Profile
@BenWoodford
BenWoodford / .htaccess
Created February 28, 2017 08:45 — forked from donnykurnia/.htaccess
.htaccess for 503 maintenance page
ErrorDocument 503 /maintenance.html
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /maintenance.html [R=503,L]
@BenWoodford
BenWoodford / RemoteUI.html
Created December 16, 2013 18:18
Fixed reference to #js-steam-input, the id wasn't set on the element.
<!DOCTYPE html>
<html>
<head>
<title>Remote Control</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css">
<style>
.container {
width: 700px;
}