-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
22 lines (22 loc) · 1012 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Edgio Vue 3 example</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<link as="style" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" />
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" />
</noscript>
</body>
</html>