mirror of
https://github.com/chubin/wttr.in
synced 2024-12-27 04:03:07 +00:00
10 lines
135 B
HTML
10 lines
135 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/files/style.css" />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
{{ body }}
|
|
</pre>
|
|
</body>
|
|
</html>
|