This commit is contained in:
commit
0ef15167d5
28 changed files with 2789 additions and 0 deletions
0
testsite/rel/image.jpg
Normal file
0
testsite/rel/image.jpg
Normal file
22
testsite/rel/index.html
Normal file
22
testsite/rel/index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!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="./style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="./relfound.html">found.html</a> <br>
|
||||
<a href="./rel_not_found.html">not_found.html</a> <br>
|
||||
<img src="./image.jpg"> <br>
|
||||
<img src="./image-404.jpg"> <br>
|
||||
<img src="./e3H7iaV685rbH7R5lBNxgpietP7JTnMeknmi9SNAEUT4XSiH2sET6ixAcjhy4CAi"> <br>
|
||||
<br>
|
||||
<script src="/static/script.js" type="text/javascript"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
1
testsite/rel/relfound.html
Normal file
1
testsite/rel/relfound.html
Normal file
|
@ -0,0 +1 @@
|
|||
found
|
Loading…
Add table
Add a link
Reference in a new issue