blob: 70b14917e47f022be22b339d28e7e9664d8ed314 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Bienvenido a Internet Radio" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Bienvenido a Internet Radio</title>
</head>
<body>
<noscript
>Necesitas activar Javascript para poder usar esta applicación.</noscript
>
<div id="root"></div>
</body>
</html>
|