Removes commas from Captions, adds index.html

This commit is contained in:
Momo The Monster
2023-02-15 17:13:55 -08:00
parent eaefc5fe73
commit 2f0f823924
5 changed files with 129 additions and 44 deletions

16
Web/index.html Normal file
View 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>