21 lines
966 B
HTML
Executable File
21 lines
966 B
HTML
Executable File
<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="75%" /></center>
|
|
<br><br>
|
|
<center><a href="04.html" button type="button" class="btn btn-primary btn-lg btn-block">Previous</a> <a href="http://localhost:30080" target="portainer" button type="button" class="btn btn-primary btn-lg btn-block">Pacman!</a></center>
|
|
</body>
|
|
</html> |