Skip to content

Instantly share code, notes, and snippets.

@tfer
tfer / index.html
Created November 5, 2015 19:49 — forked from anonymous/index.html
Welcome to our site // source http://jsbin.com/fefeli
<!DOCTYPE html>
<html>
<head>
<title>Welcome to our site</title>
<script src="script08.js"></script>
</head>
<body>
<h2>
Hey, check out <a href="http://www.maxandmikey.com" id="redirect">this cat's Web site</a>.
</h2>
@tfer
tfer / index.html
Created November 5, 2015 19:10 — forked from anonymous/index.html
My third script // source http://jsbin.com/biyoca
<!DOCTYPE html>
<html>
<head>
<title>My third script</title>
<script src="script03.js"></script>
</head>
<body>
<h1 id="helloMessage">
</h1>
<script id="jsbin-javascript">
@tfer
tfer / index.html
Created November 5, 2015 19:02 — forked from anonymous/index.html
My second script // source http://jsbin.com/puvaxo
<!DOCTYPE html>
<html>
<head>
<title>My second script</title>
<script src="script02.js"></script>
<style id="jsbin-css">
#helloMessage {color: red};
</style>
</head>
<body>
@tfer
tfer / index.html
Last active November 5, 2015 18:51 — forked from anonymous/index.html
My second script// source http://jsbin.com/hagada
<!DOCTYPE html>
<html>
<head>
<title>My second script</title>
<script src="script02.js"></script>
</head>
<body>
<h1 id="helloMessage">
</h1>
<script id="jsbin-javascript">
@tfer
tfer / vimModeStateDiagram.svg
Last active August 29, 2015 14:19 — forked from darcyparker/vimModeStateDiagram.svg
Darcy's diagram with an iframe for vim html documentation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.