22 lines
1.1 KiB
HTML
22 lines
1.1 KiB
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>Welcome to our Unf*cking Kubernetes tutorial</h1></center>
|
||
|
<hr>
|
||
|
<h2>Select the cluster</h2>
|
||
|
<p>Now that you've logged in, select the <b>Kubernetes</b> cluster on the main screen</p>
|
||
|
<br>
|
||
|
<center><i><b>don't worry if your kubernetes cluster looks like it's down:<br><hr><img src="img/kubernetes_red.png" /><hr><br><img src="img/soccer-faking.gif" /><br><br>it's just kubernetes being a drama queen...</b></i><br>
|
||
|
<br>
|
||
|
<a href="tutorial.html" button type="button" class="btn btn-primary btn-lg btn-block">Previous</a> <a href="02.html" button type="button" class="btn btn-primary btn-lg btn-block">Next</a></center>
|
||
|
</body>
|
||
|
</html>
|