-
Notifications
You must be signed in to change notification settings - Fork 0
/
non-compiled.html
41 lines (41 loc) · 1.45 KB
/
non-compiled.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="https://i.pinimg.com/564x/be/6e/30/be6e30b5f785278644c4e4e019cde02d.jpg"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/react-compiler-presentation/src/styles/reset.css" />
<link rel="stylesheet" href="/react-compiler-presentation/src/styles/main.css" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Address Form App</title>
</head>
<body>
<main>
<div class="app-container">
<h1>Address Form - 🐌 Standard</h1>
<div id="app"></div>
</div>
<div id="render-stats" class="render-stats">
<h1>Render Stats</h1>
<ul></ul>
</div>
</main>
<footer>Go to the <a href="/react-compiler-presentation/compiled">compiled version</a>.</footer>
<script type="module" src="/react-compiler-presentation/dist/non-compiled-app.bundle.js"></script>
</body>
</html>