19 lines
530 B
HTML
19 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>• Keine on premise maschienen</p>
|
||
|
<p>• Gemietete Hardware</p>
|
||
|
<p>• Host für services wie website oder software</p>
|
||
|
<p>• Günstiger als on premise</p>
|
||
|
<p>• Flexible scaling</p>
|
||
|
<p>• Mehr support als mit onpremise</p>
|
||
|
</body>
|
||
|
</html>
|
||
|
|