M109/openshift/index.html

18 lines
530 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Page Title</title>
</head>
<body>
<h1>Was ist cloud?</h1>
<p>&#x2022; Keine on premise maschienen</p>
<p>&#x2022; Gemietete Hardware</p>
<p>&#x2022; Host für services wie website oder software</p>
<p>&#x2022; Günstiger als on premise</p>
<p>&#x2022; Flexible scaling</p>
<p>&#x2022; Mehr support als mit onpremise</p>
</body>
</html>