Skip to content

Commit

Permalink
added redis logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Nov 5, 2019
1 parent fdd29c7 commit df0b9a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ fn index() -> content::Html<&'static str> {
</script>
</head>
<body>
<header>
<img alt=\"Redis\" src=\"https://redis.io//images/redis-white.png\">
</header>
<form onsubmit=\"sendCmd();return false;\">
Redis CLI: <input id=\"cli\" style=\"width: 60%;\"> <input type=\"submit\" value=\"Send\">
</form>
Expand Down

0 comments on commit df0b9a6

Please sign in to comment.