Skip to content

Instantly share code, notes, and snippets.

@horacioibrahim
Created June 8, 2016 18:15
Show Gist options
  • Select an option

  • Save horacioibrahim/ac0f5e0ea35f895b2838ab64548eed34 to your computer and use it in GitHub Desktop.

Select an option

Save horacioibrahim/ac0f5e0ea35f895b2838ab64548eed34 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Mensagem Enviada com sucesso!</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/app.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
</ul>
</nav>
<h3 class="text-muted"><img src="img/logo_small.png" width="80px">&nbsp;Sisnotifica</h3>
</div>
<div class="jumbotron">
<h1>Mensagem enviada com sucesso!</h1>
<p class="lead">Em alguns segundos sua mensagem chegará ao destino.</p>
<p><a class="btn home btn-lg btn-success" href="messenger.html" role="button">Gostou? Clique aqui para enviar mais.</a></p>
</div>
<footer class="footer">
<p>&copy; 2016 Serpro</p>
</footer>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment