-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.91 KB
/
index.html
File metadata and controls
34 lines (30 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Project DeepWave: Satellite-Assisted Tsunami Predictor</title>
<meta name="description" content="Protecting Coasts, One Prediction at a Time - Advanced AI-powered tsunami prediction using satellite data" />
<meta name="author" content="Project DeepWave" />
<meta name="keywords" content="tsunami, AI, prediction, satellite, earthquake, disaster, early warning, DeepWave, Hackensmitz, seismic, coastal safety, real-time" />
<link rel="canonical" href="https://deepwave.com/" />
<meta property="og:url" content="https://deepwave.com/" />
<meta property="og:site_name" content="Project DeepWave" />
<meta name="twitter:title" content="Project DeepWave: Satellite-Assisted Tsunami Predictor" />
<meta name="twitter:description" content="Protecting Coasts, One Prediction at a Time - Advanced AI-powered tsunami prediction using satellite data" />
<meta property="og:title" content="Project DeepWave: Satellite-Assisted Tsunami Predictor" />
<meta property="og:description" content="Protecting Coasts, One Prediction at a Time" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lovable_dev" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap">
<link rel="icon" type="image/png" href="/components/perry.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>