Skip to content

Instantly share code, notes, and snippets.

View neurodynamic's full-sized avatar
💭
GitHub still has a contract with ICE so I'm still not giving them any money.

neurodynamic neurodynamic

💭
GitHub still has a contract with ICE so I'm still not giving them any money.
View GitHub Profile
@neurodynamic
neurodynamic / index.html
Last active May 23, 2020 18:03 — forked from gaearon/index.html
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>