Skip to content

Instantly share code, notes, and snippets.

View zayn-m's full-sized avatar

Zain Ul Hassan zayn-m

View GitHub Profile
@gaearon
gaearon / index.html
Last active May 23, 2024 11:08
Add React in One Minute
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Add React in One Minute</title>
</head>
<body>
<h2>Add React in One Minute</h2>
<p>This page demonstrates using React with no build tooling.</p>