-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 1006 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<a href="https://github.com/matkoniecz/dead_links_testing_site">Repository is here</a>
<hr>
<a href="test space.html">test</a>
<a href="test_zażółć.html">test</a>
<hr>
<a href="page_linked_without_using_html_prefix">page_linked_without_using_html_prefix</a>
<hr>
<p>Test image is screenshot from <a href="https://en.wikipedia.org/wiki/World_War_II_casualties">World War II casualties article</a> <!-- and this is an intentional test of an external link-->- table is sorted by deaths as % of population</p>
<img src="test png with space.png">
<img src="test_png_without_space.png">
<img src="test_png_with_zażółć_gęślą_jaźń.png">
<a href="broken_links_inside.html">broken_links_inside</a>
<p>test for https://github.com/linkchecker/linkchecker/issues/554</p>
<a href="./subfolder_with_nonascii_filename/index.html">aaa</a>
<a href="./subfolder_with_nonascii_filename/test.html">aaa</a>
</body>
</html>