ifms-cert-download/index.html

20 lines
473 B
HTML
Raw Normal View History

2023-11-17 13:29:34 +00:00
<!-- FILEPATH: /home/douglas/Projects/ifms-cert-download/index.html -->
<!DOCTYPE html>
<html>
<head>
<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-17 14:07:19 +00:00
<br />
2023-11-17 13:29:34 +00:00
<a href="IFMSSRV2CertWiFiPub.cer" download>Download IFMS Certificate</a>
</div>
</body>
</html>