forked from samwho/symbol.wtf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 842 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
<!DOCTYPE html>
<head>
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="A dumb website for copying symbols." />
<meta name="twitter:title" content="‽" />
<meta name="twitter:image" content="https://symbol.wtf/summary.png" />
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="symbols.css" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<script src="symbols.js"></script>
</head>
<body>
<noscript>
I'm afraid this site requires JavaScript to function. This is partly because
of the click-to-copy functionality, and partly because of the way that the
search functionality works. Sorry!
</noscript>
<div class="search">
<input type="text" autofocus placeholder="Search..." />
</div>
<div class="symbols"></div>
</body>