mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-10 23:39:20 +08:00
22 lines
872 B
HTML
22 lines
872 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Deployd Documentation</title>
|
|
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/style.css" rel="stylesheet" type="text/css" />
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
|
<link href='http://fonts.googleapis.com/css?family=Bitter:400,700,400italic' rel='stylesheet' type='text/css'>
|
|
</head>
|
|
<body>
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
<div class="span3" style="height: 1px;">
|
|
</div><!--/span-->
|
|
<div id="side">
|
|
<div class="well sidebar-nav">
|
|
<ul class="nav nav-list">
|
|
|
|
</ul>
|
|
</div><!--/.well -->
|
|
</div><!-- /#side -->
|
|
<div class="span9" style="max-width: 1000px;"> |