Skip to content

Instantly share code, notes, and snippets.

@guilbep
Last active October 14, 2015 17:05
Show Gist options
  • Save guilbep/e924ba57f7e587b23753 to your computer and use it in GitHub Desktop.
Save guilbep/e924ba57f7e587b23753 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style media="screen" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</style>
<style media="screen">
.bs-callout {
border-left: 5px solid #eee;
margin : 20px 0;
padding : 15px 30px 15px 15px;
}
.bs-callout-warning {
background-color: #faf8f0;
border-color: #faebcc;
}
</style>
</head>
<body>
<div class="container ng-scope">
<div class="row">
<div class="col col-lg-12">
<div class="bs-callout bs-callout-warning">
<h6>Site en maintenance, veuillez réessayer plus tard</h4>
<p></p>
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment