source: main/waeup.diazo/trunk/kofa/theme.html @ 10128

Last change on this file since 10128 was 10114, checked in by uli, 12 years ago

Add basic files.

File size: 1.7 KB
Line 
1<!DOCTYPE html>
2<html lang="en">
3  <head>
4    <meta charset="utf-8">
5    <title>Base · Twitter Bootstrap</title>
6    <meta name="viewport" content="width=device-width, initial-scale=1.0">
7    <meta name="description" content="">
8    <meta name="author" content="">
9
10    <!-- stylesheets -->
11    <link href="bootstrap/css/bootstrap.min.css"
12          rel="stylesheet">
13    <link href="bootstrap/css/bootstrap-responsive.min.css"
14          rel="stylesheet">
15
16    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
17    <!--[if lt IE 9]>
18      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
19    <![endif]-->
20
21    <!-- icons -->
22    <link rel="shortcut icon" href="static/ico/favicon.ico">
23    <link rel="apple-touch-icon-precomposed" sizes="144x144"
24          href="static/ico/apple-touch-icon-144-precomposed.png">
25    <link rel="apple-touch-icon-precomposed" sizes="114x114"
26          href="static/ico/apple-touch-icon-114-precomposed.png">
27    <link rel="apple-touch-icon-precomposed" sizes="72x72"
28          href="static/ico/apple-touch-icon-72-precomposed.png">
29    <link rel="apple-touch-icon-precomposed"
30          href="static/ico/apple-touch-icon-57-precomposed.png">
31
32  </head>
33
34  <body id="kofa-body">
35
36    <h1>waeup.kofa theme</h1>
37
38    <p>
39      Donec id elit non mi porta gravida at eget metus. Fusce dapibus,
40      tellus ac cursus commodo, tortor mauris condimentum nibh, ut
41      fermentum massa justo sit amet risus. Etiam porta sem malesuada
42      magna mollis euismod. Donec sed odio dui.
43    </p>
44
45    <img src="static/img/bg.png" />
46
47    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
48    <script src="bootstrap/js/bootstrap.min.js"></script>
49
50  </body>
51</html>
52
Note: See TracBrowser for help on using the repository browser.