Files
rss-audio-player/templates/header.php
Ismo Vuorinen 9441defd90 RSSAudioPlayer 1.0
Quick system to play your (currently my) favourite podcast feeds and stuff.
2013-07-26 15:33:28 +03:00

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>