mirror of
https://github.com/MrUnknownDE/examples-image-loading.git
synced 2026-04-18 06:13:51 +02:00
Removes commas from Captions, adds index.html
This commit is contained in:
16
Web/index.html
Normal file
16
Web/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user