mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
init gh-pages
This commit is contained in:
87
index.html
Normal file
87
index.html
Normal file
@@ -0,0 +1,87 @@
|
||||
<!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="Interactive container metric viewer">
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
<title>ctop</title>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user