25 lines
1.2 KiB
HTML
25 lines
1.2 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>
|
||
|
<p>Thanks for downloading Portainer. This experience will take you about 2 or 3 minutes to run through. By the end, you will have deployed your first application on a Kubernetes cluster using Portainer and taken the first important step towards unf*cking Kubernetes. At the end of the experience you can claim your exclusive unf*king kubernetes t-shirt!</p>
|
||
|
<h2>Login</h2>
|
||
|
<p>The first step is to login to Portainer with the following credentials:</p>
|
||
|
<ul>
|
||
|
<li>username: <code>portainer</code></li>
|
||
|
<li>password: <code>portainer1234</code></li>
|
||
|
</ul>
|
||
|
<br>
|
||
|
<center><a href="reset.html" button type="button" class="btn btn-primary btn-lg btn-block">Next</a></center>
|
||
|
</body>
|
||
|
</html>
|