-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
54 lines (43 loc) · 2.31 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#5b92e5">
<meta name="google-site-verification" content="rzSQqMMLF20myNx7aEX7HRTTdp1LFOw3m40OJKaXE9U" />
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="/favicon.ico">
<title>Muncoordinated</title>
<meta property="og:title" content="Muncoordinated">
<meta name="twitter:title" content="Muncoordinated">
<meta property="og:url" content="https://muncoordinated.io/" />
<meta property="og:image" content="https://emojipedia-us.s3.amazonaws.com/thumbs/120/facebook/138/flag-for-united-nations_1f1fa-1f1f3.png" />
<meta property="og:type" content="website" />
<meta name="robots" content="index, follow">
<meta name="keywords" content="mun, model, un, software, app, application, muncoordinated, chair, cross, multi, platform, mobile">
<meta name="author" content="Max Bo">
<meta name="description" content="Muncoordinated is a collaborative browser-based Model UN committee management software suite.
It's also free and open-source, with a comprehensive feature set and a director-first user interface.">
<meta property="og:description" content="Muncoordinated is a collaborative browser-based Model UN committee management software suite.
It's also free and open-source, with a comprehensive feature set and a director-first user interface.">
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="module" src="/src/index.tsx"></script>
</body>
</html>