trisquel-icecat/icecat/dom/security/test/https-only/file_save_as.html

10 lines
No EOL
218 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<a href="http://example.org" id="insecure-link">Insecure Link</a>
<a href="https://example.org" id="secure-link">Secure Link</a>
</body>
</html>