Skip to content

Instantly share code, notes, and snippets.

View Justinelee460's full-sized avatar

Just415 Justinelee460

View GitHub Profile
<div id="treeViewContainer"></div>
@Justinelee460
Justinelee460 / index.html
Created May 25, 2025 12:49 — forked from cmalven/index.html
Shortest (useful) HTML5 Document
<!-- http://www.brucelawson.co.uk/2010/a-minimal-html5-document/ -->
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>blah</title>
</head>
<body>
<p>I'm the content</p>