Skip to content

Commit

Permalink
add icon to dream web server
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Sep 9, 2022
1 parent 6abf739 commit 1b5aae3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/dream_web/index.html
Expand Up @@ -2,9 +2,8 @@
<head>
<title>Stable Diffusion Dream Server</title>
<meta charset="utf-8">
<link rel="icon" href="data:,">
<link rel="icon" type="image/x-icon" href="static/dream_web/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="static/dream_web/index.css">
<script src="config.js"></script>
<script src="static/dream_web/index.js"></script>
Expand Down

0 comments on commit 1b5aae3

Please sign in to comment.