-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (21 loc) · 850 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
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="index.css">
<link rel=”stylesheet” href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="light-them">
<div id="root">
<!-- <h1 id="Change">You can do it </h1> -->
</div>
<!-- <script crossorigin src="https://unpkg.com/react@18/umd/react.development.js"></script> //From CDN is not Optimize
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script> -->
<script>
</script>
<!-- <script type = "module" src="App.js"></script> -->
<script type="module" src="src/App.js"></script>
</body>
</html>