open-consul/ui/style-guide.html

25 lines
517 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Consul Style Guide</title>
<link rel="stylesheet" href="static/base.css">
<link rel="stylesheet" href="static/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<h2>Consul Style Guide</h2>
<p>This is style guide for Consul. When possible,
it's best to follow this guide modifying the UI.</p>
</div>
</div>
</div>
</body>
</html>