|
1 | | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 | | -<!-- |
3 | | -Design by Free CSS Templates |
4 | | -http://www.freecsstemplates.org |
5 | | -Released for free under a Creative Commons Attribution 2.5 License |
6 | | -
|
7 | | -Name : Vertebrata |
8 | | -Description: A two-column, fixed-width design with dark color scheme. |
9 | | -Version : 1.0 |
10 | | -Released : 20100423 |
11 | | -
|
12 | | ---> |
13 | | -<html xmlns="http://www.w3.org/1999/xhtml"> |
14 | | -<head> |
15 | | -<meta name="keywords" content="" /> |
16 | | -<meta name="description" content="" /> |
17 | | -<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
18 | | -<title>{{ page.title }}</title> |
19 | | -<link href="https://rpm.org/stylesheets/style.css" rel="stylesheet" type="text/css" media="screen" /> |
20 | | -<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/_layouts/favicon.ico"> |
21 | | -</head> |
22 | | -<body> |
23 | | -<div id="wrapper"> |
24 | | - <div id="header"> |
25 | | - <a href="https://rpm.org/index.html"> |
26 | | - <div id="logo"> |
27 | | - </div> |
28 | | - </a> |
29 | | - </div> |
30 | | - <!-- end #header --> |
31 | | - <div id="menu"> |
32 | | - <ul> |
33 | | - <li><a href="https://rpm.org/index.html">Home</a></li> |
34 | | - <li><a href="https://rpm.org/documentation.html">Documentation</a></li> |
35 | | - <li><a href="https://rpm.org/download.html">Download</a></li> |
36 | | - <li><a href="https://rpm.org/community.html">Community</a></li> |
37 | | - <li><a href="https://rpm.org/contribute.html">Contribute</a></li> |
38 | | - <li><a href="https://rpm.org/roadmap.html">Roadmap</a></li> |
39 | | - <li><a href="https://rpm.org/about.html">About</a></li> |
40 | | - </ul> |
41 | | - </div> |
42 | | - <!-- end #menu --> |
43 | | - <div id="page"> |
44 | | - <div id="page-bgtop"> |
45 | | - <div id="page-bgbtm"> |
46 | | - <div id="content"> |
47 | | - {{ content }} |
48 | | - <div style="clear: both;"> </div> |
49 | | - </div> |
50 | | - <div style="clear: both;"> </div> |
51 | | - </div> |
52 | | - </div> |
53 | | - </div> |
54 | | - <!-- end #page --> |
55 | | -</div> |
56 | | - <div id="footer"> |
57 | | - <p>rpm.org</p> |
58 | | - </div> |
59 | | - <!-- end #footer --> |
60 | | -</body> |
61 | | -</html> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | +<!-- |
| 3 | +Design by Free CSS Templates |
| 4 | +http://www.freecsstemplates.org |
| 5 | +Released for free under a Creative Commons Attribution 2.5 License |
| 6 | +
|
| 7 | +Name : Vertebrata |
| 8 | +Description: A two-column, fixed-width design with dark color scheme. |
| 9 | +Version : 1.0 |
| 10 | +Released : 20100423 |
| 11 | +
|
| 12 | +--> |
| 13 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 14 | +<head> |
| 15 | +<meta name="keywords" content="" /> |
| 16 | +<meta name="description" content="" /> |
| 17 | +<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| 18 | +<title>{{ page.title }}</title> |
| 19 | +<link href="https://rpm.org/stylesheets/style.css" rel="stylesheet" type="text/css" media="screen" /> |
| 20 | +<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/_layouts/favicon.ico"> |
| 21 | +</head> |
| 22 | +<body> |
| 23 | +<div id="wrapper"> |
| 24 | + <div id="header"> |
| 25 | + <a href="https://rpm.org/index.html"> |
| 26 | + <div id="logo"> |
| 27 | + </div> |
| 28 | + </a> |
| 29 | + </div> |
| 30 | + <!-- end #header --> |
| 31 | + <div id="menu"> |
| 32 | + <ul> |
| 33 | + <li><a href="https://rpm.org/index.html">Home</a></li> |
| 34 | + <li><a href="https://rpm.org/documentation.html">Documentation</a></li> |
| 35 | + <li><a href="https://rpm.org/download.html">Download</a></li> |
| 36 | + <li><a href="https://rpm.org/community.html">Community</a></li> |
| 37 | + <li><a href="https://rpm.org/contribute.html">Contribute</a></li> |
| 38 | + <li><a href="https://rpm.org/roadmap.html">Roadmap</a></li> |
| 39 | + <li><a href="https://rpm.org/about.html">About</a></li> |
| 40 | + </ul> |
| 41 | + </div> |
| 42 | + <!-- end #menu --> |
| 43 | + <div id="page"> |
| 44 | + <div id="page-bgtop"> |
| 45 | + <div id="page-bgbtm"> |
| 46 | + <div id="content"> |
| 47 | + {{ content }} |
| 48 | + <div style="clear: both;"> </div> |
| 49 | + </div> |
| 50 | + <div style="clear: both;"> </div> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + </div> |
| 54 | + <!-- end #page --> |
| 55 | +</div> |
| 56 | + <div id="footer"> |
| 57 | + <p>rpm.org</p> |
| 58 | + </div> |
| 59 | + <!-- end #footer --> |
| 60 | +</body> |
| 61 | +</html> |
0 commit comments