Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
// use a function
@stevekrouse
stevekrouse / index.html
Created October 5, 2015 13:56 — forked from anonymous/index.html
My first webpage // source http://jsbin.com/bojejahabe
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My first webpage</title>
</head>
<body>
<h1>Franny's webpage</h1>
<p>This is my website</p>