Skip to content

Commit

Permalink
Renamed files, fixed page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Verlicchi committed Oct 7, 2019
1 parent 860a509 commit b6678ab
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 22 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
</tr>
<tr>
<th scope="row">Inline placeholder</th>
<td><a href="./tests/ph_inline.html">Inline placeholder, fixed</a></td>
<td><a href="./tests/ph_inline_stretchy.html">Inline placeholder, stretchy</a></td>
<td><a href="./tests/inline_ph.html">Inline placeholder, fixed</a></td>
<td><a href="./tests/inline_ph_stretchy.html">Inline placeholder, stretchy</a></td>
</tr>
<tr>
<th scope="row">External placeholder</th>
<td><a href="./tests/ph_external.html">External placeholder, fixed</a></td>
<td><a href="./tests/ph_external_stretchy.html">External placeholder, stretchy</a></td>
<td><a href="./tests/external_ph.html">External placeholder, fixed</a></td>
<td><a href="./tests/external_ph_stretchy.html">External placeholder, stretchy</a></td>
</tr>
</table>

Expand Down
4 changes: 1 addition & 3 deletions tests/ph_external.html → tests/external_ph.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<html>
<head lang="en">
<meta charset="UTF-8" />
<title>
Lazyload tests
</title>
<title>External Placeholder, Fixed Images - LazyLoad Placeholder Peformance Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://via.placeholder.com">
<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<html>
<head lang="en">
<meta charset="UTF-8" />
<title>
Lazyload tests
</title>
<title>External Placeholder, Stretchy Images - LazyLoad Placeholder Peformance Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://via.placeholder.com">
<style>
Expand Down
4 changes: 1 addition & 3 deletions tests/ph_inline.html → tests/inline_ph.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<html>
<head lang="en">
<meta charset="UTF-8" />
<title>
Lazyload tests
</title>
<title>Inline Placeholder, Fixed Images - LazyLoad Placeholder Peformance Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://via.placeholder.com">
<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<html>
<head lang="en">
<meta charset="UTF-8" />
<title>
Lazyload tests
</title>
<title>Inline Placeholder, Stretchy Images - LazyLoad Placeholder Peformance Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://via.placeholder.com">
<style>
Expand Down
4 changes: 1 addition & 3 deletions tests/no_ph.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<html>
<head lang="en">
<meta charset="UTF-8" />
<title>
Lazyload tests
</title>
<title>No Placeholder, Fixed Images - LazyLoad Placeholder Peformance Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://via.placeholder.com">
<style>
Expand Down
4 changes: 1 addition & 3 deletions tests/no_ph_stretchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<html>
<head lang="en">
<meta charset="UTF-8" />
<title>
Lazyload tests
</title>
<title>No Placeholder, Stretchy Images - LazyLoad Placeholder Peformance Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://via.placeholder.com">
<style>
Expand Down

0 comments on commit b6678ab

Please sign in to comment.