-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (27 loc) · 892 Bytes
/
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
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Jenner - A doctor in your pocket</title>
<meta name="description" content="A doctor by your side,
any time, anywhere. Powered by AI.">
<!-- 64x64 Favicon Don't use a custom generator, just use PNG -->
<link rel="shortcut icon" href="favicon.png">
<style>
* {
margin: 0;
padding: 0;
}
html,
body,
iframe {
border-radius: 0 !important;
}
</style>
</head>
<body>
<div data-tf-widget="ElZZohYL" data-tf-opacity="100" data-tf-inline-on-mobile data-tf-iframe-props="title=Jenner App" data-tf-transitive-search-params data-tf-auto-focus data-tf-medium="snippet" data-tf-full-screen></div>
<script src="//embed.typeform.com/next/embed.js"></script>
</body>
</html>