1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

Make the output fron frontend more readable

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@39 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-08-22 22:56:04 +00:00
parent d1795b7f0a
commit a200071aba
2 changed files with 22 additions and 2 deletions
+2 -2
View File
@@ -4,11 +4,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Wetter-Testfile</title>
<title>Wetterstations-Testanzeige</title>
<link rel="stylesheet" type="text/css" href="css/example.css">
</head>
<body>
<h1>Wetter-Testfile</h1>
<h1>Wetterstations-Testanzeige</h1>
<? new ModuleSet($_REQUEST['setType']);?>
</body>
</html>