preparation-scripts/data/index.html

17 lines
429 B
HTML
Raw Normal View History

2024-11-22 17:10:01 +01:00
<!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>