-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.svg">
<!-- Meta Tags -->
<title>OLG Group</title>
<meta name="description" content="Empowering Your Business with Smart IT Solutions and Consulting Expertise.">
<meta property="og:url" content="https://olg-group.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="OLG Group">
<meta property="og:description" content="Empowering Your Business with Smart IT Solutions and Consulting Expertise.">
<meta property="og:image" content="/open-graph.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="edge.parzival.space">
<meta property="twitter:url" content="https://olg-group.com/">
<meta name="twitter:title" content="OLG Group">
<meta name="twitter:description" content="Empowering Your Business with Smart IT Solutions and Consulting Expertise.">
<meta name="twitter:image" content="/open-graph.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>