25 lines
522 B
HTML
25 lines
522 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet"
|
|
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
|
|
|
<style>
|
|
.jumbotron {
|
|
background-color: #e6ffe6;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="jumbotron">
|
|
<h1>Riesenie SKIT</h1>
|
|
<p>
|
|
Rozriesenie ulohy pre <strong>SKIT</strong> s pouzitim ansible a roli
|
|
pouzitim dockeru a instalaciou docker a pip balikov
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|