Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit 5615219

Browse files
Update index.html
1 parent f5f7748 commit 5615219

File tree

1 file changed

+17
-25
lines changed

1 file changed

+17
-25
lines changed

weather/index.html

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,35 @@
11
<!DOCTYPE html>
22
<html lang="en-US" dir="ltr">
3-
<head>
3+
4+
<head>
45
<meta charset="utf-8">
56
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
67
<meta name="theme-color" content="#20afcc">
78
<title>Weather</title>
89
<meta name="defaultLanguage" content="en-US">
9-
1010
<link rel="stylesheet" href="assets/css/main.css">
11-
1211
<meta content="2.2" name="appVersion">
13-
1412
<script type="text/javascript" src="assets/js/visual.json"></script>
1513
<script type="text/javascript" src="assets/js/fetch.js"></script>
16-
14+
<link rel="stylesheet" type="text/css" href="assets/css/weather.css"> </head>
1715

18-
<link rel="stylesheet" type="text/css" href="assets/css/weather.css">
19-
</head>
20-
<body class="theme-browser">
16+
<body class="theme-browser">
2117
<header id="title">
22-
<h1 id="title-text" data-l10n-id="weather">Weather</h1>
18+
<h1 id="title-text" data-l10n-id="weather">Weather</h1>
2319
</header>
2420
<div id="app">
25-
<div data-reactroot="" class="content" tabindex="-1">
26-
<div class="weather">
27-
<p id="visual"></p>
28-
<p id="daily"></p>
29-
<p id="hourly"></p>
30-
31-
<div id="error"></div>
21+
<div data-reactroot="" class="content" tabindex="-1">
22+
<div class="weather">
23+
<p id="visual"></p>
24+
<p id="daily"></p>
25+
<p id="hourly"></p>
26+
<div id="error"></div>
27+
</div>
28+
<div id="navigator">
29+
<span id="left"><</span><span id="time"></span><span id="right">></span>
30+
</div>
3231
</div>
33-
34-
<form class="skbar none-paddings visible focused" id="softkeyPanel" data-type="action">
35-
<button id="software-keys-left" class="sk-button" data-position="left" data-l10n-id=""><</button>
36-
<button id="software-keys-center" class="sk-button" data-position="center" data-l10n-id=""></button>
37-
<button id="software-keys-right" class="sk-button" data-position="right" data-l10n-id="reload">></button>
38-
</form>
39-
</div>
40-
</div>
41-
32+
</div>
4233
</body>
34+
4335
</html>

0 commit comments

Comments
 (0)