source: templates/index.html

Last change on this file was 9, checked in by george, 16 years ago

Přidáno: Řazení podle času přidání serveru.
Opraveno: Řazení podle odezvy.

File size: 769 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html>
3 <head>
4 <base href="{url}">
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 <meta http-equiv="Content-Language" content="{lang}" >
7 <script type="text/javascript" src="./includes/global.js"></script>
8 <link rel="stylesheet" href="./templates/style/screen2.css" type="text/css" media="screen, projection">
9 <link rel="stylesheet" href="./templates/style/menu.css" type="text/css" media="screen, projection">
10 <link rel="stylesheet" href="./templates/style/stars.css" type="text/css" media="screen, projection">
11 <title>{title}</title>
12 </head>
13 <body style="background-color: {bg_color}">
14 [local]
15 </body>
16</html>
Note: See TracBrowser for help on using the repository browser.