add title and favicon.png

This commit is contained in:
2021-05-23 22:32:27 +08:00
parent cd493807fb
commit 85513ece62
3 changed files with 5 additions and 1 deletions

BIN
web/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -2,16 +2,20 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>MSW Open Music Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<link rel="stylesheet" href="water.css" /> <link rel="stylesheet" href="water.css" />
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" href="favicon.png" />
</head> </head>
<body> <body>
<div id="app" class="base"> <div id="app" class="base">
<header class="header"> <header class="header">
<h3 class="title"> <h3 class="title">
<img class="logo" src="negi39.ico" /> <img class="logo" src="favicon.png" />
<span class="title-text">MSW Open Music Project</span> <span class="title-text">MSW Open Music Project</span>
</h3> </h3>
<nav class="nav"> <nav class="nav">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB