diff options
Diffstat (limited to 'radio/index.php')
-rw-r--r-- | radio/index.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/radio/index.php b/radio/index.php new file mode 100644 index 0000000..18bd8fb --- /dev/null +++ b/radio/index.php @@ -0,0 +1,12 @@ +<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>OwORadio</title>
+ <link href="/static/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+</head>
+<body>
+
+</body>
+</html>
\ No newline at end of file |