20 lines
No EOL
563 B
HTML
20 lines
No EOL
563 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 Certificate Here!</a>
|
|
<br>
|
|
<p>You can also download the DNS fix scriptlet here:</p>
|
|
<a href="dnsfix.tar">Download DNS Fix Here!</a>
|
|
</body>
|
|
|
|
</html> |