-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (22 loc) · 972 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/jpeg" href="/src/assets/img/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="NEUB | Spring 23 | Routine(2/1)">
<meta name="keywords" content="NEUB,Routine,CSE">
<meta property="og:title" content="Routine | CSE" />
<meta property="og:url" content="http://spring23.netlify.app" />
<meta property="og:image"
content="https://raw.githubusercontent.com/ahnayef/react-neub-spring-routine/master/src/assets/img/Meta.png" />
<link rel="apple-touch-icon" href="/src/assets/img/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/src/assets/img/mask-icon.svg" color="#ffffff">
<meta name="theme-color" content="#1e1e1e">
<title>Spring 23 | Routine</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>