-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (21 loc) · 926 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<title>Rendering with React | React Zines</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- TODO: Update the icon image if you want to get fancy! -->
<link rel="icon" type="image/png" href="https://cdn.glitch.com/c10b2617-5888-415b-b574-42e2ab8f3484%2Fzine-machine-32.png" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="prism.css" />
<meta name="Description" content="How React take a function and turns it into what you see on the screen! Print me and keep me by your side!" />
<meta name="theme-color" content="#087EA4" />
<main class="zine">
<header>
<h1>React zines</h1>
<p>A collection of React explainers you can read and print</p>
</header>
<ul>
<li><a href="react-render-zine.html">Rendering with React</a></li>
</ul>
</main>