blob: 44232b16ecacda395c445a1d9f6d1dc44603435e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!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>
|