-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (46 loc) · 2.24 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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.82.0" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Tridactyl - a vim-like Firefox WebExtension">
<title>
Tridactyl - a vim-like Firefox WebExtension
</title>
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Tridactyl - a vim-like Firefox WebExtension" />
<link rel="stylesheet" href="/css/main.min.8022aa4b53ce57ff6f9cc4594360bfc15f2baeb5a018d0c68826f12da49a51e0.css" integrity="sha256-gCKqS1POV/9vnMRZQ2C/wV8rrrWgGNDGiCbxLaSaUeA=" crossorigin="anonymous" media="screen">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Didact+Gothic">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tridactyl - a vim-like Firefox WebExtension"/>
<meta name="twitter:description" content="Tridactyl - a vim-like Firefox WebExtension"/>
<meta property="og:title" content="Tridactyl - a vim-like Firefox WebExtension" />
<meta property="og:description" content="Tridactyl - a vim-like Firefox WebExtension" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tridactyl.xyz/" /><meta property="og:site_name" content="Tridactyl - a vim-like Firefox WebExtension" />
<title>Tridactyl - a vim-like Firefox WebExtension</title>
</head>
<body>
<nav role="navigation" class="flex-container" id="splash">
<a href="/about" class="big-link">
what is tridactyl?
</a>
<a href="/testimonials" class="big-link">
testimonials
</a>
<a href="/chat" class="big-link">
talk to us
</a>
<a href="/newsletters" class="big-link">
newsletters
</a>
<a href="/ideas" class="big-link">
google summer of code ideas page
</a>
</nav>
</body>
</html>