Enable CORS for dashboard
هذا الالتزام موجود في:
34
dashboard/index.html
Normal file
34
dashboard/index.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Ghaymah SRE Dashboard</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Ghaymah SRE Dashboard</h1>
|
||||
|
||||
|
||||
<div class="card">
|
||||
|
||||
<h2>Status</h2>
|
||||
<p id="status">Checking...</p>
|
||||
|
||||
|
||||
<h2>Response Time</h2>
|
||||
<p id="response">-</p>
|
||||
|
||||
|
||||
<h2>Total Requests</h2>
|
||||
<p id="requests">-</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<script src="script.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
المرجع في مشكلة جديدة
حظر مستخدم