mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
18 lines
433 B
HTML
18 lines
433 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="author" content="Bradley Cicenas">
|
|
<meta name="description" content="Commandline monitoring for containers">
|
|
<title>ctop</title>
|
|
</head>
|
|
|
|
<body>
|
|
<script>
|
|
window.location.replace("https://ctop.sh");
|
|
</script>
|
|
</body>
|
|
</html>
|