Added working datetime display, embedded wttr.in
This commit is contained in:
10
index.html
10
index.html
@ -1,9 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>News</title>
|
||||
<link rel="stylesheet" type="text/css" href="layout.css" />
|
||||
<link rel="stylesheet" type="text/css" href="dark_theme.css" />
|
||||
<script type="application/javascript" src="index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="datetime">2018-04-12 12:34:56.345h UTC+1</div>
|
||||
<iframe id="weather" src="https://wttr.in/Karlsruhe"></iframe>
|
||||
<div id="datetime">
|
||||
<span>2018-04-12 12:34:56.345h UTC+1</span>
|
||||
</div>
|
||||
<img id="weather" src="https://wttr.in/Karlsruhe.png" />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user