feat: Add favicon to static pages

This commit is contained in:
Pierre Rudloff 2018-06-03 15:42:20 +02:00
parent 1f11122755
commit 8f62d3e2cd
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>AllTube Download - Maintenance</title>
<link rel="stylesheet" href="../dist/main.css"/>
<link rel="icon" href="../img/favicon.png"/>
</head>
<body>
<div class="wrapper">

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>AllTube Download - Maintenance</title>
<link rel="stylesheet" href="../dist/main.css"/>
<link rel="icon" href="../img/favicon.png"/>
</head>
<body>
<div class="wrapper">