rdio-scanner/client/main.html
Chrystian Huot 87b30b83c3 Color tweak
2019-06-26 10:31:27 -04:00

11 lines
343 B
HTML

<head>
<base href="/">
<link href="///fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet">
<meta name="theme-color" content="rgb(30, 30, 30)">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rdio Scanner</title>
</head>
<body>
<app></app>
</body>