Skip to content

Instantly share code, notes, and snippets.

View timcarl's full-sized avatar
🎯
Focusing

Tim Conroy timcarl

🎯
Focusing
  • Williamsburg, USA
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[factorial on n!]">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body {
margin: 0;
padding: 0;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body {
margin: 0;
padding: 0;
@timcarl
timcarl / index.html
Created September 11, 2017 05:59 — forked from anonymous/index.html
Tim Conroy
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<class="body">
<div class="container-fluid" >
<div class="container" >
<div class="row" >
<div class="col-md-8">
<h1 class="black-text text-center" id="name">Steve Jobs</h1>
@timcarl
timcarl / index.html
Created September 10, 2017 07:01 — forked from anonymous/index.html
TimsPen
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
<body class="body">
<class="container-fluid" >
<div class="container" >
<div class="row" >
<div class="col-md-8" >
<h1 color="black" id="name" font-size="40px" >Steve Jobs</h1>
</div>