Skip to content

Instantly share code, notes, and snippets.

View datdudejibril's full-sized avatar

C. Jibril Sulaiman II datdudejibril

View GitHub Profile
anonymous
anonymous / index.html
Created February 6, 2017 20:17
JS Bin // source http://jsbin.com/vusira
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
body{
font-size: 18px;
font-family: "Open Sans, sans serif";
}
anonymous
anonymous / index.html
Created February 5, 2017 19:54
// source http://jsbin.com/qelifiq
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
h1 {
color: red;
font-family:Arial;
font-size: 2em;
text-transform: uppercase;
anonymous
anonymous / index.html
Created February 5, 2017 19:02
// source https://jsbin.com/golihe
<!-- Write your code below-->
<h1>Hi, I'm awesome. <a href="https://twitter.com/datdudejibril">Follow me</a> on Twitter.</h1>
<p>Send me an <a href="mailto:shout@jibrilsulaiman.com">email</a>.</p>
<script id="jsbin-source-html" type="text/html"><\!-- Write your code below-->
<h1>Hi, I'm awesome. <a href="https://twitter.com/datdudejibril">Follow me</a> on Twitter.</h1>
<p>Send me an <a href="mailto:shout@jibrilsulaiman.com">email</a>.</p>
</script>
anonymous
anonymous / index.html
Created February 5, 2017 19:00
// source https://jsbin.com/resoxa
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<style id="jsbin-css">
body {
background-color: #333;
}