This commit is contained in:
FoxRefire 2024-04-13 05:11:35 +09:00
parent 580dfc89db
commit 37ed213646

View File

@ -12,7 +12,7 @@
<div id="home">
<form id="wvForm">
<label for="guessr">Guessr API</label>
<input type="text" id="guessr" value="http://127.0.0.1:18888" />
<input type="text" id="guessr" value="http://127.0.0.1:18888" disabled/>
<input type="radio" value="public" name="apiType" checked>Public
<input type="radio" value="local" name="apiType">Local
<input type="radio" value="custom" name="apiType">Custom