ifms-cert-download/index.html

22 lines
544 B
HTML
Raw Normal View History

2023-11-17 13:29:34 +00:00
<!DOCTYPE html>
2023-11-17 14:09:06 +00:00
<html lang="en">
2023-11-17 13:29:34 +00:00
<head>
2023-11-17 14:09:06 +00:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-11-17 13:29:34 +00:00
<title>IFMS Cert Download</title>
</head>
<body>
<div style="text-align: center">
2023-11-17 13:50:26 +00:00
<h1>IFMS Cert Download</h1>
<p>
Clique no link abaixo para fazer download do certificado para conexão
com o WiFi
</p>
2023-11-20 11:51:30 +00:00
<p>Senha: ifmspp</p>
2023-11-17 14:07:19 +00:00
<br />
2023-11-20 12:04:50 +00:00
<a href="IFMSSRV2CertWiFiPub.pfx" download>Download IFMS Certificate</a>
2023-11-17 13:29:34 +00:00
</div>
</body>
</html>