21 lines
873 B
HTML
Executable File
21 lines
873 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 with Portainer</h1>
|
|
<hr>
|
|
<h2>Please select below one of the options:</h2>-->
|
|
<img src="img/morpheus.png" width="50%" /><br><br>
|
|
<a href="./frames.html" button type="button" class="btn btn-secondary btn-lg btn-lg">Tutorial</a> <a href="https://localhost:9443" button type="button" class="btn btn-secondary btn-lg btn-lg">Portainer</a><br><br>
|
|
</center>
|
|
</body>
|
|
</html> |