-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
64 lines (55 loc) · 2.27 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width,initial-scale=1.0" name=viewport>
<meta name="description" content="Exit vim the easy way. Learn how to exit neovim.">
<title>How do I exit (neo)vim?</title>
<link href="./tailwind.css" rel="stylesheet">
<script type="module" src="/src/main.ts"></script>
<script defer src="https://eu.umami.is/script.js" data-website-id="3fd2620b-e9b8-4445-9d3a-161dee9977e1"></script>
</head>
<body>
<div class="hero min-h-screen bg-base-200">
<div class="hero-content text-center">
<div class="max-w-md">
<h1 class="text-5xl font-bold">How do I exit (neo)vim?</h1>
<div class="divider"></div>
<section id="app">
</section>
<section id="command">
</section>
<br/>
<section id="command-explained">
</section>
<div class="divider"></div>
<h2 class='text-2xl font-bold'>Is it safe to use?</h2>
<br/>
<section id="safe">
</section>
<div class="divider"></div>
<input class="btn btn-active btn-secondary" type="button" value="Encore" id="button"/>
<div class="divider"></div>
<div tabindex="0" class="collapse collapse-arrow border border-base-300 bg-base-200">
<input type="checkbox" label="more information about this application"/>
<div class="collapse-title text-xl font-medium">
More information about this application.
</div>
<div class="collapse-content">
<p>
This application was created with ❤️ and ☕ by <a class="link link-secondary" href="https://maggick.fr">maggick</a>.
It was inspired by the famous StackOverflow question:<br/>
<a class='link link-primary' href="https://stackoverflow.com/questions/11828270/how-do-i-exit-vim">
How do I exit vim?</a>
</p>
<br/>
<p>
Take a look at the <a class="link link-secondary" href="https://github.com/maggick/howdoiexitvim">source code</a>.
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>