-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Accept-CH" content="DPR, Width, Viewport-Width">
<title>Test page</title>
</head>
<body>
<h1>Bryan's random github test page!</h1>
<p>Here's an image using auto=format (http://bryansandbox.imgix.net/_static/images/img08.jpg?auto=format,compress&w=500):</p>
<img src="http://bryansandbox.imgix.net/_static/images/img08.jpg?auto=format,compress&w=500"/>
<p>Here's an animated AVIF (https://bryansandbox.imgix.net/_static/images/walking_cat.gif?fm=avif&w=500):</p>
<img src="https://bryansandbox.imgix.net/_static/images/walking_cat.gif?fm=avif&w=500"/>
<p>Here's an auto formatted GIF (https://bryansandbox.imgix.net/_static/images/walking_cat.gif?auto=format&w=500):</p>
<img src="https://bryansandbox.imgix.net/_static/images/walking_cat.gif?auto=format&w=500"/>
<p>Here's a regular GIF (https://bryansandbox.imgix.net/_static/images/walking_cat.gif?auto=format&w=500):</p>
<img src="https://bryansandbox.imgix.net/_static/images/walking_cat.gif?auto=format&w=500"/>
</body>
</html>