-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c26b5e
commit 64162c6
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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"> | ||
|