-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 1005 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta charset="utf-8">
<title>Beep, Boop, Bot</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="author" content="Ollie, Sean, Miles, Vai, Troy, Shayan">
<meta name="description" content="Help the lost robot find its way home.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Beep, Boop, Bot" />
<meta property="og:image" content="https://beepboopbot.pages.dev/resources/images/social/small-banner.png" />
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/resources/styles/style.css">
</head>
<body>
<div id="app"></div>
<script src="./client/index.jsx" type="module"></script>
</body>
</html>