Skip to content

Instantly share code, notes, and snippets.

@leahmars
leahmars / index.html
Created June 10, 2021 21:52
My first Website // source https://jsbin.com/kiticiv
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial scale=1">
<title>My first Website</title>
</head>
<body>
<h1>My first Website</h1>
<p>This is my very first web page</p>