panik-site
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

empty.html
text/html

Download raw (662 bytes)

<!DOCTYPE html>
<html lang="fr">

<head>
    <title>Radio Panik</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="css/reset.css" type="text/css" />
    <link rel="stylesheet" href="css/type.css" type="text/css" />

    <link rel="stylesheet/less" href="css/style.less" type="text/css" />
    <script src="js/less-1.4.1.js" type="text/javascript"></script>

    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body class="body">
<div class="wrapper">
    {{ content }}
</div>

<script src="js/jquery-1.10.2.js"></script>
<script src="js/tabs.js"></script>
<script src="js/panik.js"></script>
</body>

</html>