-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 2.02 KB
/
index.html
File metadata and controls
46 lines (42 loc) · 2.02 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="vite.svg" />
<link rel="preload" href="/src/assets/News widget.png" as="image" fetchpriority="high">
<link rel="preload" href="/src/assets/dangote.png" as="image"
fetchpriority="high">
<link rel="preload" href="/src/assets/entypo_drop.png" as="image"
fetchpriority="high">
<link rel="preload" href="/src/assets/Group.png" as="image"
fetchpriority="high">
<link rel="preload" href="/src/assets/Image.png" as="image"
fetchpriority="high">
<link rel="preload" href="/src/assets/News widget.png" as="image"
fetchpriority="high">
<link rel="preload" href="/src/assets/oando.png" as="image"
fetchpriority="high">
<link rel="preload" href="/src/assets/total.png" as="image"
fetchpriority="high">
<link rel="preload" href="/src/assets/Publicaion.png" as="image"
fetchpriority="high">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Petrodata - Comprehensive data and analytics for the petroleum industry.">
<meta name="keywords" content="petroleum, oil, gas, data, analytics, energy, industry, petrodata">
<meta name="author" content="Petrodata Team">
<meta property="og:title" content="Petrodata">
<meta property="og:description" content="Comprehensive data and analytics for the petroleum industry.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://yourdomain.com/">
<meta property="og:image" content="https://yourdomain.com/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Petrodata">
<meta name="twitter:description" content="Comprehensive data and analytics for the petroleum industry.">
<meta name="twitter:image" content="https://yourdomain.com/twitter-image.png">
<title>Petrodata</title>
</head>
<body class="select-none">
<div id="root"></div>
<script type="module" src="src/main.jsx"></script>
</body>
</html>