-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.68 KB
/
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>
<head>
<title>My Calendar</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="You can plan your day more efficient and you never forget about important events with My Calendar">
<meta name="keywords" content="my-calendar-react, my calendar, calendar, planning, planner, organizer">
<link rel="image_src" href="https://my-calendar-react.herokuapp.com/images/preview.png">
<meta property="og:title" content="My Calendar">
<meta property="og:type" content="website">
<meta property="og:description" content="You can plan your day more efficient and you never forget about important events with My Calendar">
<meta property="og:url" content="https://my-calendar-react.herokuapp.com">
<meta property="og:image" content="https://my-calendar-react.herokuapp.com/images/preview.png">
<link rel="icon" type="image/x-icon" href="images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css"/>
<link rel="stylesheet" type="text/css" href="styles.css"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Chewy"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Nunito"/>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
<script src="bundle.js" type="text/javascript" defer></script>
</head>
<body>
<div id="root"></div>
</body>
</html>