-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (21 loc) · 827 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">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="msvalidate.01" content="36DA33CE00B6E0F60DE5BF8A13FEAB23" />
<meta name="google-site-verification" content="68iQDrUXBaTWuuF4yg6FnON27-WzfuDHzRKg1pvwMUQ" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>Namaste React</title>
</head>
<body>
<div id="root">
<h1> Hello React I am so happy to learn the way you work</h1>
</div>
<script crossorigin src="https://unpkg.com/react@18/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
<script src="App.js">
</script>
</body>
</html>