-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.12 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
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="description" content="Diva Labs - Take Control of Your Knowledge"/>
<meta name="keywords" content="Knowledge, AI, NLP, Notion, Assistant"/>
<meta name="robots" content="follow"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Diva</title>
</head>
<body>
<div id="main">
<img id="logo" src="default-monochrome-white.svg"></img>
<h1>Coming Soon</h1>
<p>
A revolutionary new way to take control of your knowledge by leveraging natural language processing to let you focus on creating.<br><br>
Sign up for our mailing list to stay in the loop
</p>
<a href="https://vineethvoruganti.typeform.com/to/bFdS0K7i" target=_blank>
<button>Learn More</button>
</a>
<div id="social">
<a href="twitter.com/divahq"><img></img></a>
</div>
</div>
</body>
</html>