-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.pug
28 lines (22 loc) · 878 Bytes
/
index.pug
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
title Fingerprints
link(rel='stylesheet' href='style.css')
meta(charset="utf-8")
body
h1 Fingerprints
.wrapper
p Search for a host (e.g. github.com) to find its key fingerprint.
p Press enter to go.
form.search
input(type='text' autofocus)
button(type='submit') Go
div.results
footer
p Fingerprints is a directory of authoritative sources for host key
| fingerprints. It doesn't require your trust, it only helps you find
| the fingerprints from the authoritative source for the given
| fingerprint.
p Can't find what you're looking for? Open a <a href='https://github.com/Nateowami/fingerprints/pulls'>pull request</a> or <a href='https://github.com/Nateowami/fingerprints/issues/new'>open an issue.</a>
script(src='script.js')