diff options
author | Adam Mathes <adam@trenchant.org> | 2018-04-27 10:17:38 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-04-27 10:17:38 -0700 |
commit | 85ad7965934f98f84e9e937029ac9c1704b75e88 (patch) | |
tree | 4e2073a41e0088560285119093de22643c42a517 /static/ui.html | |
parent | 4b3f852a009a1582b40250e9c78cb412d7523936 (diff) | |
download | neko-85ad7965934f98f84e9e937029ac9c1704b75e88.tar.gz neko-85ad7965934f98f84e9e937029ac9c1704b75e88.tar.bz2 neko-85ad7965934f98f84e9e937029ac9c1704b75e88.zip |
wip filter ui
Diffstat (limited to 'static/ui.html')
-rw-r--r-- | static/ui.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/ui.html b/static/ui.html index 06be649..89283a4 100644 --- a/static/ui.html +++ b/static/ui.html @@ -14,7 +14,7 @@ <meta name="viewport" content="width=device-width,height=device-height, initial-scale=1, maximum-scale=1" /> </head> <body> - <h1 class="logo" onclick="$('#filters').toggle();">neko</h1> + <h1 class="logo" onclick="$('#filters').toggle();">😸neko</h1> <div id="filters"> |