Skip to content

Instantly share code, notes, and snippets.

View Bijesse's full-sized avatar

Tom Bijesse Bijesse

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<meta charset="utf-8">
<title>Superman</title>
</head>
<body>
<img id="random">
<script id="jsbin-javascript">
@Bijesse
Bijesse / index.html
Created April 29, 2016 21:58 — forked from anonymous/index.html
Exported from Popcode.
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph</p>
<a href = "https://www.google.com"> a link to Google</a>
</body>
@Bijesse
Bijesse / index.html
Created April 29, 2016 21:55 — forked from anonymous/index.html
Exported from Popcode.
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph</p>
<a href = "https://www.google.com"> a link to Google</a>
</body>
@Bijesse
Bijesse / index.html
Created April 21, 2016 21:10 — forked from anonymous/index.html
Marvel API // source https://jsbin.com/migute
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Marvel API</title>
<script src="https://code.jquery.com/jquery-2.2.3.js" integrity="sha256-laXWtGydpwqJ8JA+X9x2miwmaiKhn8tVmOVEigRNtP4=" crossorigin="anonymous"></script>
<style id="jsbin-css">
$red: #f0141e
$padding: 20px
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@Bijesse
Bijesse / index.html
Created April 4, 2016 15:51 — forked from anonymous/index.html
Color Changer Project jQuery // source http://jsbin.com/xibete
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<meta charset="utf-8">
<title>Color Changer Project jQuery</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<button id="1">click me!</button>
@Bijesse
Bijesse / index.html
Created January 28, 2016 17:55 — forked from anonymous/index.html
Around The World Aaron's version // source http://jsbin.com/dukawo
<html>
<head>
<title> Around The World Aaron's version </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<style id="jsbin-css">
body {
margin-top: 4em;
@Bijesse
Bijesse / index.html
Created January 19, 2016 16:17 — forked from anonymous/index.html
JS Bin // source http://jsbin.com/pajabu
<!DOCTYPE html>
<html>
<head>
<script src="http://jashkenas.github.io/underscore/underscore-min.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
.button {
display: inline-block;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<h1>Hello</h1>