add Stylesheet- and CssAgent and add it to HTML-layout
This commit is contained in:
parent
24f97d7c94
commit
b0a83f4cc9
9 changed files with 218 additions and 1 deletions
|
|
@ -4,6 +4,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>The Legend of Z</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/desktop" media="all" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
0
views/stylesheet/css/desktop.tpl
Normal file
0
views/stylesheet/css/desktop.tpl
Normal file
1
views/stylesheet/error/index.tpl
Normal file
1
views/stylesheet/error/index.tpl
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fehler: <?=$code?> <?=$string?>
|
||||
4
views/stylesheet/stylesheet.tpl
Normal file
4
views/stylesheet/stylesheet.tpl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
|
||||
<?=$intermediate?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue