equal
deleted
inserted
replaced
|
1 <!doctype html> |
|
2 <html class="no-js" lang="en"> |
|
3 <head> |
|
4 <meta charset="utf-8" /> |
|
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
6 <title>Renkan</title> |
|
7 <link rel="stylesheet" href="static/lib/foundation/css/foundation.css" /> |
|
8 <?php |
|
9 if(isset($css)) { |
|
10 foreach($css as $css_path) { |
|
11 echo("<link rel=\"stylesheet\" href=\"$css_path\" />\n"); |
|
12 } |
|
13 } |
|
14 ?> |
|
15 <link rel="stylesheet" href="static/css/renkanphp.css" /> |
|
16 <script src="static/lib/modernizr.js"></script> |
|
17 </head> |
|
18 <body> |
|
19 <div id="header" class="sticky"> |
|
20 <nav class="top-bar" data-topbar role="navigation"> |
|
21 <ul class="title-area inline-list"> |
|
22 <li class="name"> |
|
23 <h1><a href="index.php"><img src='static/img/renkan-white-30x30.png'/></a></h1> |
|
24 </li> |
|
25 <li class="name"> |
|
26 <h1><a href="index.php">Renkan</a></h1> |
|
27 </li> |
|
28 </ul> |
|
29 </nav> |
|
30 </div> |