delete Stylesheet- and CssAgent and use static CSS-file instead
This commit is contained in:
parent
0a09700828
commit
6791074027
9 changed files with 2 additions and 216 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<title>The Legend of Z</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="<?=$linker->link(array('css','desktop'))?>" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="<?=$linker->link(array('css','desktop.css'))?>" media="all" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Fehler: <?=$code?> <?=$string?>
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
|
||||
<?=$intermediate?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue