web-panel/
├── index.html # UI / dashboard
├── style.css # dark theme + responsive
├── script.js # frontend logika, live update
└── backend.py # Python FastAPI backend
└── servers/ # podfolderi po serverima
├── nasa-itmedia/
├── hdunited/
├── livego/
└── super-tvnow/
postimg.cc
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>NOC Panel 2.0</title>
</head>
<body>
<div class="dashboard">
<h1>NOC Monitoring Panel v2.0</h1>
<div id="servers"></div>
<div id="log">
<h3>Event Log</h3>
<ul id="logList"></ul>
</div>
</div>
<script src="script.js"></script>
</body>
</html>
Ne lupetaj gluposti molim te