mention viewer in main html

This commit is contained in:
Robin Appelman 2024-09-02 14:54:44 +02:00
commit 689828cf68

View file

@ -1,4 +1,4 @@
<html> <html lang="en">
<head> <head>
<title>TF2 map converter</title> <title>TF2 map converter</title>
</head> </head>
@ -17,6 +17,12 @@
<p> <p>
For example: <a href="/gltf/cp_steel_f12.glb">/gltf/cp_steel_f12.glb</a> For example: <a href="/gltf/cp_steel_f12.glb">/gltf/cp_steel_f12.glb</a>
</p> </p>
<p>
Additionally, a basic viewer is available at <code>/view/&lt;map name&gt;</code> to preview the converted map.
</p>
<p>
For example: <a href="/view/cp_steel_f12">/view/cp_steel_f12</a>
</p>
<aside> <aside>
Note that map conversion can take 10 to 30 seconds, once a map has been converted once it is cached for subsequent Note that map conversion can take 10 to 30 seconds, once a map has been converted once it is cached for subsequent
requests. requests.