2018-05-18 09:52:14 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2018-05-18 11:29:25 +00:00
|
|
|
<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>
|
2018-05-18 09:52:14 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2018-05-18 11:29:25 +00:00
|
|
|
<div id="datetime">
|
|
|
|
<span>2018-04-12 12:34:56.345h UTC+1</span>
|
|
|
|
</div>
|
|
|
|
<img id="weather" src="https://wttr.in/Karlsruhe.png" />
|
2018-05-18 09:52:14 +00:00
|
|
|
</body>
|
|
|
|
</html>
|