Revert weather overlay project and associated changes

This commit is contained in:
Ramforth
2025-10-31 21:41:56 +01:00
parent 2ee32a1cc2
commit 760769bafd
7 changed files with 53 additions and 425 deletions

View File

@@ -4,7 +4,58 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ramforth Overlays (Reference)</title>
<link rel="stylesheet" href="style.css">
<style>
body {
font-family: sans-serif;
color: white;
background-color: #222;
margin: 0;
padding: 40px;
line-height: 1.6;
}
.container {
max-width: 800px;
margin: 0 auto;
background-color: #333;
padding: 30px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
h1 {
color: #4CAF50;
}
h2 {
color: #FFC107;
border-bottom: 1px solid #4CAF50;
padding-bottom: 5px;
margin-top: 30px;
}
a {
color: #2196F3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
}
.important-note {
background-color: #555;
padding: 15px;
border-left: 5px solid #FFC107;
margin-top: 20px;
}
.footer-info {
margin-top: 30px;
font-size: 0.8em;
color: #aaa;
}
</style>
</head>
<body>
<div class="container">
@@ -30,7 +81,7 @@
<h3>Weather Overlay</h3>
<ul>
<li><a href="/weather_overlay/test_websocket.html">Weather Overlay (Test Page)</a></li>
<li><a href="/weather_overlay/weather.html">Weather Overlay</a></li>
</ul>
<h3>System Monitor Overlay</h3>