Skip to content

Instantly share code, notes, and snippets.

View takimo's full-sized avatar

takimo(Shinya Takimoto) takimo

View GitHub Profile
@takimo
takimo / 0_reuse_code.js
Created March 20, 2014 06:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reminder Message</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
</head>