Skip to content

Instantly share code, notes, and snippets.

@leonsomed
Created November 16, 2018 15:30
Show Gist options
  • Save leonsomed/d84be0d4593a0838aa0286987ca0b680 to your computer and use it in GitHub Desktop.
Save leonsomed/d84be0d4593a0838aa0286987ca0b680 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://unpkg.com/normalize.css@^7.0.0" rel="stylesheet" />
<link href="https://unpkg.com/@blueprintjs/core@^3.0.0/lib/css/blueprint.css" rel="stylesheet" />
<link href="https://unpkg.com/@blueprintjs/icons@^3.0.0/lib/css/blueprint-icons.css" rel="stylesheet" />
<title>React App</title>
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment