Skip to content

Commit

Permalink
API Entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
OtwakO committed Jul 12, 2024
1 parent 3371b4e commit f51babe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions github-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@

<body class="h-screen w-screen">
<div class="start-page flex w-screen h-screen justify-center items-center gap-2">
<button class="btn btn-lg filter-search-btn" hx-get="http://127.0.0.1" hx-swap="outerHTML"
hx-target=".start-page" hx-vals='{"entry_point": "http://127.0.0.1", "language": "en"}'>English</button>
<button class="btn btn-lg filter-search-btn" hx-get="http://127.0.0.1" hx-swap="outerHTML"
hx-target=".start-page" hx-vals='{"entry_point": "http://127.0.0.1", "language": "zh-tw"}'>繁體中文</button>
<button class="btn btn-lg filter-search-btn" hx-get="https://darktide-mission.otwako.com" hx-swap="outerHTML"
hx-target=".start-page"
hx-vals='{"entry_point": "https://darktide-mission.otwako.com", "language": "en"}'>English</button>
<button class="btn btn-lg filter-search-btn" hx-get="https://darktide-mission.otwako.com" hx-swap="outerHTML"
hx-target=".start-page"
hx-vals='{"entry_point": "https://darktide-mission.otwako.com", "language": "zh-tw"}'>繁體中文</button>
</div>
</body>

Expand Down

0 comments on commit f51babe

Please sign in to comment.