-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 2.13 KB
/
index.html
File metadata and controls
33 lines (27 loc) · 2.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="preload" as="image" href="/src/assets/images/Mask%20Group%201.webp">
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TC</title>
<meta name="description" content="Discover upcoming marine technology and biology conferences and events, including the BTS'25 Conference in Cyprus and Tech4Bio in Haifa. Explore our comprehensive event calendar." />
<meta name="keywords" content="marine technology, marine biology, conferences, events, oceanography, marine observatories, marine archaeology, BTS'25, Tech4Bio, calendar, upcoming events, Cyprus, Israel, Haifa, Limassol" />
<meta property="og:title" content="Upcoming Marine Technology & Biology Events" />
<meta property="og:description" content="Discover upcoming marine technology and biology conferences and events, including the BTS'25 Conference in Cyprus and Tech4Bio in Haifa. Explore our comprehensive event calendar." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://your-website-url.com/events" />
<meta property="og:image" content="https://your-website-url.com/path/to/your/event_banner.jpg" />
<meta property="og:image:alt" content="Banner showing marine technology event highlights" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@yourtwitterhandle" /> <meta name="twitter:title" content="Upcoming Marine Technology & Biology Events" />
<meta name="twitter:description" content="Discover upcoming marine technology and biology conferences and events, including the BTS'25 Conference in Cyprus and Tech4Bio in Haifa. Explore our comprehensive event calendar." />
<meta name="twitter:image" content="https://your-website-url.com/path/to/your/event_banner.jpg" />
<meta name="twitter:image:alt" content="Banner showing marine technology event highlights" />
</head>
<body>
<div id="root" ></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>