mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
26 lines
931 B
HTML
26 lines
931 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<base href="./">
|
|
<link rel="apple-touch-icon" sizes="192x192" href="assets/icons/icon-192x192.png">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
<link rel="stylesheet" href="///fonts.googleapis.com/css?family=Roboto:400,500|Material+Icons">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<title>Rdio Scanner</title>
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="translucent">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="theme-color" content="#1e1e1e">
|
|
</head>
|
|
|
|
<body>
|
|
<app-root></app-root>
|
|
<noscript>
|
|
Please enable JavaScript to continue using this application.
|
|
</noscript>
|
|
</body>
|
|
|
|
</html> |