25 lines
732 B
HTML
25 lines
732 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
<title>Git Center</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
<h3>Magento <span class="label label-success">OK</span></h3>
|
|
<div class="btn-group">
|
|
<button class="btn"><i class="icon-refresh"></i> Status</button>
|
|
<button class="btn"><i class="icon-arrow-up"></i> Push</button>
|
|
<button class="btn"><i class="icon-arrow-down"></i> Pull</button>
|
|
</div>
|
|
<pre><b>coiucou</b></pre>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|