Skip to content

Instantly share code, notes, and snippets.

View uoodsq's full-sized avatar

Bryan Witherspoon uoodsq

View GitHub Profile
@uoodsq
uoodsq / keybase.md
Last active February 8, 2020 03:27

Keybase proof

I hereby claim:

  • I am uoodsq on github.
  • I am bspoon (https://keybase.io/bspoon) on keybase.
  • I have a public key ASDQVX9qS4GKG4RtKIW3joV-DmPE9pTR8fHANifJErNLOgo

To claim this, I am signing this object:

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My App</title>
</head>
<body>
<script type="text/x-handlebars">
<h1>Hello World!</h1>
</script>
@uoodsq
uoodsq / index.html
Last active August 29, 2015 13:56
Getting started with Ember.js
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>My New App</title>
</head>
<body>
<!-- templates go here-->
<script type="text/x-handlebars">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ember Starter Kit</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/2.1.0/normalize.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
/* Put your CSS here */
html, body {
margin: 20px;
}