-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (25 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:title" content="Algo">
<meta id="description-meta-tag-one" property="og:description" content="Algo is a web application that supercharges your training for the USACO by randomly generating problems from past contests.">
<meta property="og:image" content="media/algobanner.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<meta id="description-meta-tag-two" name="description" content="Algo is a web application that supercharges your training for the USACO by randomly generating problems from past contests.">
<meta property="og:type" content="website">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="canonical" href="https://algousaco.com">
<meta name="theme-color" content="#27272a">
<script src="https://kit.fontawesome.com/8664419f7c.js" crossorigin="anonymous"></script>
<title>Algo</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>