-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathindex.html
31 lines (25 loc) · 1.03 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
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="content-type" content="text/html">
<meta charset="utf-8">
<link rel="canonical" href="https://symbol.wtf/" />
<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">
<link rel="stylesheet" type="text/css" href="symbols.css" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<script type="text/javascript" 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>