Skip to content

Instantly share code, notes, and snippets.

@keville
keville / toybox.html
Last active January 21, 2019 17:41
ToyBox
<!DOCTYPE html>
<html>
<head>
<title>toybox</title>
<style type="text/css">
html,
body {
margin: 0;
padding: 0;
background-color: #000;
@keville
keville / cheap.html
Last active July 27, 2017 18:07
cheap.html
<!DOCTYPE html>
<html>
<head>
<title>hello, gist</title>
</head>
<body>
<p class="output"></p>
<script>
document.querySelector('.output').innerHTML = `This was loaded at ${Date.now()}`;
</script>
@keville
keville / ring.json
Created April 4, 2017 04:56
ring json
{
"metadata": {
"type": "App"
},
"project": {
"gammaInput": false,
"gammaOutput": false,
"shadows": true,
"vr": false
},