|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <title>Wetterstation</title> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <link rel="icon" type="image/x-icon" href="http://daheim.jonaswismar.de/wetter/fav/sonne.ico"> |
| 7 | + <link rel="stylesheet" href="style.css"> |
| 8 | + </head> |
| 9 | + <body> |
| 10 | + <div class="header"> |
| 11 | + <h1>Wetterstation</h1> |
| 12 | + </div> |
| 13 | + <div class="row" style="max-width:1500px;"> |
| 14 | + <div class="col-2 col-s-2 menu"> |
| 15 | + <ul> |
| 16 | + <li> |
| 17 | + <a href="start.htm" target="content"> |
| 18 | + <img src="http://daheim.jonaswismar.de/wetter/other/haus.png"></img>Startseite |
| 19 | + </a> |
| 20 | + </li> |
| 21 | + <li> |
| 22 | + <a href="temp.htm" target="content"> |
| 23 | + <img src="http://daheim.jonaswismar.de/wetter/other/therm.png"></img>Temperatur |
| 24 | + </a> |
| 25 | + </li> |
| 26 | + <li> |
| 27 | + <a href="humi.htm" target="content"> |
| 28 | + <img src="http://daheim.jonaswismar.de/wetter/other/feucht_luft.png"></img>Feuchtigkeit |
| 29 | + </a> |
| 30 | + </li> |
| 31 | + <li> |
| 32 | + <a href="air.htm" target="content"> |
| 33 | + <img src="http://daheim.jonaswismar.de/wetter/other/windsack.png"></img>Wind |
| 34 | + </a> |
| 35 | + </li> |
| 36 | + <li> |
| 37 | + <a href="rain.htm" target="content"> |
| 38 | + <img src="http://daheim.jonaswismar.de/wetter/weather/sturm_s.png"></img>Gewitter |
| 39 | + </a> |
| 40 | + </li> |
| 41 | + <li> |
| 42 | + <a href="loc.htm" target="content"> |
| 43 | + <img src="http://daheim.jonaswismar.de/wetter/other/marker.png"></img>Standort |
| 44 | + </a> |
| 45 | + </li> |
| 46 | + <li> |
| 47 | + <a href="sun.htm" target="content"> |
| 48 | + <img src="http://daheim.jonaswismar.de/wetter/weather/sonne.png"></img>Sonne |
| 49 | + </a> |
| 50 | + </li> |
| 51 | + <li> |
| 52 | + <a href="moon.htm" target="content"> |
| 53 | + <img src="http://daheim.jonaswismar.de/wetter/moon/neumond.png"></img>Mond |
| 54 | + </a> |
| 55 | + </li> |
| 56 | + <li> |
| 57 | + <a href="time.htm" target="content"> |
| 58 | + <img src="http://daheim.jonaswismar.de/wetter/season/3.png"></img>Zeit |
| 59 | + </a> |
| 60 | + </li> |
| 61 | + <li> |
| 62 | + <a href="prog.htm" target="content"> |
| 63 | + <img src="http://daheim.jonaswismar.de/wetter/other/forecast.png"></img>Prognose |
| 64 | + </a> |
| 65 | + </li> |
| 66 | + </ul> |
| 67 | + </div> |
| 68 | + <div class="col-10 col-s-10"> |
| 69 | + <iframe name="content" src="start.htm" width="100%%" height="700px" style="border:none;"></iframe> |
| 70 | + </div> |
| 71 | + </div> |
| 72 | + <div class="footer"> |
| 73 | + <p><strong>Version: </strong>%SYSVERSION%<strong>, Vom: </strong>%SYSBUILDON%<strong>, ESP Core: </strong>%SYSESPCORE%</p> |
| 74 | + </div> |
| 75 | + </body> |
| 76 | +</html> |
0 commit comments