Initial commit: first draft of layout

This commit is contained in:
jreichmann
2018-05-18 11:52:14 +02:00
commit d88782b820
3 changed files with 24 additions and 0 deletions

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="datetime">2018-04-12 12:34:56.345h UTC+1</div>
<iframe id="weather" src="https://wttr.in/Karlsruhe"></iframe>
</body>
</html>