We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6d800 commit 4050dccCopy full SHA for 4050dcc
2 files changed
weatherapp/index.html
@@ -0,0 +1,18 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <link rel="stylesheet" href="../css/bulma.css">
7
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
8
+ <title>Weather App</title>
9
+ <style>
10
+
11
+ </style>
12
+</head>
13
+<body>
14
15
16
+<script src="./js/script.js"></script>
17
+</body>
18
+</html>
weatherapp/js/script.js
0 commit comments