Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 237a54c

Browse files
authored
add index.html
1 parent 6ba7a79 commit 237a54c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Week1/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
8+
/>
9+
<meta name="theme-color" content="#000000" />
10+
<meta name="apple-mobile-web-app-capable" content="yes" />
11+
<meta name="mobile-web-app-capable" content="yes" />
12+
<meta name="format-detection" content="telephone=no" />
13+
<link rel="apple-touch-icon" href="./hyf.png" />
14+
<link rel="shortcut icon" type="image/png" href="./hyf.png" />
15+
<title>HYF-GITHUB</title>
16+
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet" />
17+
<link rel="stylesheet" href="./style.css" />
18+
</head>
19+
20+
<body>
21+
<div id="root"></div>
22+
<script src="./index.js"></script>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)