add title and favicon.png
This commit is contained in:
BIN
web/favicon.png
Normal file
BIN
web/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
@@ -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">
|
||||||
|
|||||||
BIN
web/negi39.ico
BIN
web/negi39.ico
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user