]> CyberLeo.Net >> Repos - CDN/www.cyberleo.net.git/blob - layouts/default.html
Add google webmaster tools ownership file
[CDN/www.cyberleo.net.git] / layouts / default.html
1 <!DOCTYPE HTML>
2 <html lang="en">
3  <head>
4   <meta charset="utf-8">
5   <title><%= if @item[:title]; "#{@item[:title]} - "; end %>CyberLeo.Net</title>
6   <link rel="stylesheet" href="/style.css">
7
8   <!-- you don't need to keep this, but it's cool for stats! -->
9   <meta name="generator" content="nanoc <%= Nanoc::VERSION %>">
10
11   <meta name="description" content="">
12   <meta name="keywords" content="">
13   <meta name="PICS" content="">
14  </head>
15  <body>
16   <div id="wrapper">
17    <div id="topbar">
18     <map name="menubar" id="menubar">
19      <area shape="rect" coords="0,0,290,74" href="/" alt="Home" title="Home">
20      <area shape="rect" coords="295,50,361,73" href="/about-us/" alt="About Us" title="About Us">
21      <area shape="rect" coords="362,50,472,73" href="/service-matrix/" alt="Service Matrix" title="Service Matrix">
22      <area shape="rect" coords="472,50,527,73" href="/status/" alt="Status" title="Status">
23      <area shape="rect" coords="528,50,644,73" href="https://secure.cyberleo.net/login.php" alt="Customer Login" title="Customer Login">
24      <area shape="rect" coords="645,50,728,73" href="/contact-us/" alt="Contact Us" title="Contact Us">
25     </map>
26     <img src="/topbar.png" alt="Topbar" usemap="#menubar">
27    </div>
28    <div id="content">
29     <!-- BEGIN BODY CONTENT -->
30     <%= yield %>
31     <!-- END BODY CONTENT -->
32    </div>
33   </div>
34   <span id="copyright">Copyright &copy; 2000-<%= Date.today.strftime('%Y') %> CyberLeo.Net</span><br>
35   <span id="compliant"><a href="http://validator.w3.org/check?uri=referer">W3C Compliant</a></span>
36  </body>
37 </html>