preparation-scripts/data/index.html
2024-11-22 17:10:01 +01:00

17 lines
No EOL
429 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VM Experiments</title>
</head>
<body>
<h1>Welcome to VM Experiments!</h1>
<p>Below you can download the required Certificate Authority.</p>
<p>You can import it on Firefox and in your operating system.</p>
<a href="ca.crt">Download Here!</a>
</body>
</html>