first commit
This commit is contained in:
22
html/04.html
Normal file
22
html/04.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<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>That's it!</h2>
|
||||
<center><img src="img/barack-obama-what.gif" width="100%" /></center><br>
|
||||
<p>It really is that easy to deploy an application using Portainer. For sure, more complex apps have more steps and take longer, but Portainer can handle anything you throw at it.
|
||||
<br>Click the <b>Refresh</b> <img src="img/refresh.png" /> button beside Application list to check if the application deployed successfully.</p>
|
||||
<br><br>
|
||||
<center><a href="03.html" button type="button" class="btn btn-primary btn-lg btn-block">Previous</a> <a href="05.html" button type="button" class="btn btn-primary btn-lg btn-block">Next</a></center>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user