Skip to content

Instantly share code, notes, and snippets.

View mrwolferinc's full-sized avatar

mrwolferinc mrwolferinc

View GitHub Profile
@mrwolferinc
mrwolferinc / index.html
Last active April 16, 2021 19:45
React example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My First React App</title>
</head>
<body>
<div id="root"></div>