-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (25 loc) · 1.08 KB
/
index.html
File metadata and controls
35 lines (25 loc) · 1.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>React Frontend Quickstart</title>
<meta name="description"
content="Starter template using React on a website's frontend - without Node">
<link rel="stylesheet" href="assets/css/styles.css">
<script defer type="module" src="assets/js/main.js"></script>
</head>
<body>
<header>
<h1>React Frontend Quickstart ⚛️ 📦</h1>
<p><i>Starter template using React on a website's frontend - without Node</i></p>
<a href="https://github.com/MichaelCurrin/react-frontend-quickstart">
<img src="https://img.shields.io/static/v1?label=MichaelCurrin&message=react-frontend-quickstart&color=41b7d8&logo=github"
alt="MichaelCurrin - react-frontend-quickstart">
</a>
</header>
<div id="app"></div>
<noscript>Please enable JavaScript or switch to a modern browser version.</noscript>
</body>
</html>