portable-portainer/html/05.html

21 lines
957 B
HTML

<html>
<head>
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="css/bootstrap.css">
<style>
body {font-family:'Raleway', Arial, sans-serif; padding-top: 10px; padding-left: 10px; padding-right: 10px;}
h2 {font-family:'Raleway', Arial, sans-serif; color: #E86A25;}
h1,h3,h4,h5,h6,a {font-family:'Raleway', Arial, sans-serif; color: #38DAFF;}
</style>
<script src="js/bootstrap.js"></script>
</head>
<body>
<center><h1>Unf*king Kubernetes tutorial with Portainer</h1></center>
<hr>
<h2>Prize time!</h2>
<p>Click to claim your totally cool <b>unf*ck Kubernetes</b> t-shirt!<br></p>
<center><img src="img/t-shirt.png" width="100%" /></center>
<br><br>
<center><a href="04.html" button type="button" class="btn btn-primary btn-lg btn-block">Previous</a>&nbsp;<a href="https://portainer.io/unfucktshirt" button type="button" class="btn btn-primary btn-lg btn-block">Prize</a></center>
</body>
</html>