aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-09-28 15:26:15 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-09-28 15:26:15 +0200
commitb373d91f8c8056904c6779c7fcfb47ff5d8ee242 (patch)
tree52f3cc4a065f6c8fa93e4e1c96fcbcdc691496ae /web/index.html
parent49a950d117016e3887c5b5a2571a77d9867ca45e (diff)
downloadmeteo_toolbox-b373d91f8c8056904c6779c7fcfb47ff5d8ee242.tar.gz
webinterface wip
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..1cb9948
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta name="viewport" content="initial-scale=1, minimum-scale=1, width=device-width">
+ <title>Weather</title>
+
+ <link rel="stylesheet" type="text/css" href="style.css">
+ </head>
+ <body>
+ <script src="index.js"></script>
+ </body>
+</html>