-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 2.49 KB
/
index.html
File metadata and controls
57 lines (51 loc) · 2.49 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M187YT96QG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-M187YT96QG');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any" />
<title>DevAsign - Review code and automate bounty payouts with AI</title>
<!-- Google Fonts - Geist Mono -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap" rel="stylesheet">
<!-- SEO Meta Tags -->
<meta name="description"
content="DevAsign helps you review code and automate bounty payouts with AI. Join the waitlist for early access." />
<!-- Open Graph -->
<meta property="og:site_name" content="DevAsign" />
<meta property="og:title" content="DevAsign - Review code and automate bounty payouts with AI" />
<meta property="og:description"
content="DevAsign helps you review code and automate bounty payouts with AI. Join the waitlist for early access." />
<meta property="og:image" content="https://devasign.com/link-preview.webp" />
<meta property="og:url" content="https://devasign.com" />
<meta property="og:type" content="website" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DevAsign - Review code and automate bounty payouts with AI" />
<meta name="twitter:description"
content="DevAsign helps you review code and automate bounty payouts with AI. Join the waitlist for early access." />
<meta name="twitter:image" content="https://devasign.com/link-preview.webp" />
<!-- Wistia Player Embed Scripts & Styles -->
<script src="https://fast.wistia.com/player.js" async></script>
<script src="https://fast.wistia.com/embed/stxda2cwpp.js" async type="module"></script>
<style>
wistia-player[media-id='stxda2cwpp']:not(:defined) {
background: center / contain no-repeat url('https://fast.wistia.com/embed/medias/stxda2cwpp/swatch');
display: block;
filter: blur(5px);
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>