mirror of
https://github.com/ivuorinen/rss-audio-player.git
synced 2026-01-26 03:23:59 +00:00
24 lines
983 B
PHP
24 lines
983 B
PHP
<!DOCTYPE html>
|
|
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
|
<!--[if gt IE 8]><html class="no-js" lang="en"><![endif]-->
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
<!-- Set the viewport width to device width for mobile -->
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>RSS Audio Player</title>
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/foundation/4.1.6/css/normalize.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/foundation/4.1.6/css/foundation.min.css">
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/foundation/4.1.6/js/vendor/custom.modernizr.min.js"></script>
|
|
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/assets/style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="row">
|
|
<div class="large-12 columns">
|
|
<div class="panel">
|
|
<h1><a href="<?php echo $this->baseurl; ?>">RSS Audio Player</a></h1>
|
|
</div>
|
|
</div>
|
|
</div>
|