mirror of
https://github.com/pkali/piradio-mini.git
synced 2026-05-20 22:34:22 +02:00
13 lines
432 B
HTML
Executable File
13 lines
432 B
HTML
Executable File
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=index.php">
|
|
<link rel="shortcut icon" href="/PiRadio16.gif" />
|
|
<link rel="stylesheet" href="styles.css">
|
|
<title>PiRadio mini web interface</title>
|
|
</head>
|
|
<body>
|
|
Redirect to <a href="index.php">index.php</a>
|
|
</body>
|