dharma/testsite/index.html

24 lines
796 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<a href="/found.html">found.html</a> <br>
<a href="/not_found.html">not_found.html</a> <br>
<a href="/rel/index.html">rel.html</a>
<a href="https://fmartingr.com">External link (ok)</a> <br>
<a href="http://fmartingr.com">External link (ok - http redir)</a> <br>
<a href="https://www.e3H7iaV685rbH7R5lBNxgpietP7JTnMeknmi9SNAEUT4XSiH2sET6ixAcjhy4CAi.com">External link (nack)</a>
<br>
<script src="/static/script.js" type="text/javascript"></script>
</body>
</html>