mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
redirect ghpages to ctop.sh
This commit is contained in:
96
index.html
96
index.html
@@ -1,97 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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">
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
<title>ctop</title>
|
||||
</head>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="https://bcicen.github.io/ctop/favicon.ico">
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link rel="stylesheet" href="https://bcicen.github.io/ctop/css/bootstrap.min.css" type="text/css">
|
||||
<!-- Custom Fonts -->
|
||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="https://bcicen.github.io/ctop/font-awesome/css/font-awesome.min.css" type="text/css">
|
||||
<!-- Plugin CSS -->
|
||||
<link rel="stylesheet" href="https://bcicen.github.io/ctop/css/animate.min.css" type="text/css">
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="https://bcicen.github.io/ctop/css/creative.css" type="text/css">
|
||||
<link rel="stylesheet" href="https://bcicen.github.io/ctop/css/modals.css" type="text/css">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="page-top">
|
||||
|
||||
|
||||
|
||||
<!-- HEADER -->
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="header-content-inner">
|
||||
<img class="logo" src="img/logo.png"\>
|
||||
|
||||
|
||||
|
||||
<h3 class="subtitle">concise commandline monitoring for containers</h3>
|
||||
|
||||
<img class="screencap" src="img/grid.gif"\><br>
|
||||
|
||||
<a href="https://github.com/bcicen/ctop" class="btn btn-primary btn-xl page-scroll">get ctop</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="https://bcicen.github.io/ctop/js/jquery.js"></script>
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="https://bcicen.github.io/ctop/js/bootstrap.min.js"></script>
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="https://bcicen.github.io/ctop/js/jquery.easing.min.js"></script>
|
||||
<script src="https://bcicen.github.io/ctop/js/jquery.fittext.js"></script>
|
||||
<script src="https://bcicen.github.io/ctop/js/wow.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="https://bcicen.github.io/ctop/js/creative.js"></script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-93338213-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
<body>
|
||||
<script>
|
||||
window.location.replace("https://ctop.sh");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user