mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Fix redundant html head tags
This commit is contained in:
parent
9af543cbcb
commit
a34ef48057
|
|
@ -9,8 +9,6 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<title>Rdio Scanner</title>
|
<title>Rdio Scanner</title>
|
||||||
<meta name="theme-color" content="#1e1e1e">
|
<meta name="theme-color" content="#1e1e1e">
|
||||||
<link rel="manifest" href="manifest.webmanifest">
|
|
||||||
<meta name="theme-color" content="#1976d2">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue