mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-01 07:00:10 -06:00
Implements badges for monitors, including status, uptime, and liveness, along with a dedicated management page. Adds embed options for various platforms with customizable styles.
20 lines
483 B
HTML
20 lines
483 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Document</title>
|
|
<style>
|
|
body {
|
|
background-color: #111;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script
|
|
async
|
|
src="http://localhost:3000/embed/monitor-bitbuckettcp/js?bgc=212226&locale=en&theme=dark&monitor=http://localhost:3000/embed/monitor-bitbuckettcp"
|
|
></script>
|
|
</body>
|
|
</html>
|