-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (27 loc) · 2.08 KB
/
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
24
25
26
27
28
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Web page weight test pages</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>This is a set of test pages for testing page weight tools</p>
<ul>
<li><a href="plain.html">plain.html</a> - plain HTML file with no linked resources</li>
<li><a href="plainhtml_big.html">plainhtml_big.html</a> - large plain HTML file with no linked resources</li>
<li><a href="plain_with_jpeg.html">plain_with_jpeg.html</a> - plain HTML with single linked JPEG image</li>
<li><a href="plain_with_png.html">plain_with_png.html</a> - plain HTML with single linked PNG image</li>
<li><a href="plain_with_10_icons.html">plain_with_10_icons.html</a> - plain HTML with 10 small icons</li>
<li><a href="plain_with_iframe_plane.html">plain_with_iframe_plane.html</a> - plain HTML file with plain HTML iframe</li>
<li><a href="plain_with_sharing_sharethis.html">plain_with_sharing_sharethis.html</a> - page with sharethis.com sharing library added</li>
<li><a href="plain_with_sharing_addthis.html">plain_with_sharing_addthis.html</a> - page with addthis.com sharing library added </li>
<li><a href="plainhtml_with_analytics.html">plainhtml_with_analytics.html</a> - page with Google analytics </li>
<li><a href="plainhtml_with_youtube.html">plainhtml_with_youtube.html</a> - page with embedded YouTube video </li>
<li><a href="redirect_step1.html">redirect_step1.html</a> - page 1 of a set of 4 designed to redirect to each other (with correctly configured server)</li>
<li><a href="plain_with_10_icons_iframe.html">plain_with_10_icons_iframe.html</a> - page with icons including iframed page with icons</li>
<li><a href="plain_with_ajax_load.html">plain_with_ajax_load.html</a> - page that loads image via JavaScript</li>
</ul>
</body>
</html>