Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterTaha authored Jun 18, 2024
1 parent 2c26b5e commit 64162c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="zh-tw">

<head>
<title>WRO 2024 RoboMission Game Randomizer</title>
<title>WRO 2024 RoboMission Randomizer</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
Expand All @@ -14,8 +14,8 @@
<main>
<div class="container">
<div class="row justify-content-center align-items-center g-2">
<p class="h4 d-sm-block d-md-none">WRO 2024 RoboMission Game Randomize</p>
<p class="h1 display-4 d-none d-md-block">WRO 2024 RoboMission Game Randomizer</p>
<p class="h4 d-sm-block d-md-none">WRO 2024 RoboMission Randomizer</p>
<p class="h1 display-4 d-none d-md-block">WRO 2024 RoboMission Randomizer</p>
<div class="row justify-content-center g-2">
<div class="col-md-5 form-floating">
<select onchange="changeCategory(this.value)" class="form-select" id="Category">
Expand Down

0 comments on commit 64162c6

Please sign in to comment.