9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2026-01-06 15:41:45 +00:00

doc: doc fixes

This commit is contained in:
Anthony Donlon
2025-11-20 10:06:14 +08:00
parent acd4396651
commit a2bfc28b08
3 changed files with 15 additions and 15 deletions

View File

@@ -507,7 +507,7 @@
<h5 class="form-row">Cloudflare Error Page Editor</h5>
<hr>
<div class="form-row mb-3">
<label for="presetSelect">Preset:</label>
<label for="presetSelect">Preset</label>
<select id="presetSelect" class="form-select form-select-sm">
<option value="default">Default</option>
<option value="empty">Empty</option>
@@ -618,7 +618,7 @@
<div class="form-row">
<label for="cloudflare_location">Location</label>
<div class="control">
<input id="cloudflare_location" class="form-control form-control-sm" placeholder="Cloud" />
<input id="cloudflare_location" class="form-control form-control-sm" placeholder="San Francisco" />
</div>
</div>
@@ -761,8 +761,8 @@
</div>
<div class="mt-2" style="font-size: 0.9em;">You can also embed the error page into your own website. See
<a href="https://github.com/donlon/cloudflare-error-page#quickstart" target="_blank">Quickstart</a> in the
homepage.
<a href="https://github.com/donlon/cloudflare-error-page#quickstart-for-programmers" target="_blank">Quickstart</a> in the
homepage for steps.
</div>
</form>