Files
examples-image-loading/Web/index.html
2023-02-15 17:13:55 -08:00

16 lines
379 B
HTML

<html>
<head><title>VRChat Remote Image Loading Assets</title></head>
<body>
<a href="captions.csv">Image Captions</a>
<img src="1.jpg" />
<img src="2.jpg" />
<img src="3.jpg" />
<img src="4.jpg" />
<img src="5.jpg" />
<img src="6.jpg" />
<img src="7.jpg" />
<img src="8.jpg" />
<img src="9.jpg" />
<img src="10.jpg" />
</body>
</html>