This repository was archived by the owner on Feb 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (37 loc) · 1.46 KB
/
index.html
File metadata and controls
41 lines (37 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/stlyes.css">
<!-- Primary Meta Tags -->
<title>SplitWave</title>
<meta name="title" content="SplitWave" />
<meta name="description" content="Split your bill, and manage your expenses all on Solana" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://splitwave.app/" />
<meta property="og:title" content="SplitWave" />
<meta property="og:description" content="Split your bill, and manage your expenses all on Solana" />
<meta property="og:image" content="./images/twitter.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://splitwave.app/" />
<meta property="twitter:title" content="SplitWave" />
<meta property="twitter:description" content="Split your bill, and manage your expenses all on Solana" />
<meta property="twitter:image" content="./images/twitter.png" />
<!-- Meta Tags Generated with https://metatags.io -->
<title>SplitWave</title>
</head>
<body>
<div class="hero">
<video autoplay loop muted plays-inline class="video">
<source src="/videos/wave-background.mp4" type="video/mp4">
</video>
<div class="content">
<h1>Coming Soon</h1>
<img src="/images/logo.png" alt="logo">
</div>
</div>
</body>
</html>