Skip to content

Commit a2a1e12

Browse files
committed
style: 🎨 format of the code and update meta content in index-en.html
1 parent cbf38c3 commit a2a1e12

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ body {
527527
}
528528

529529
input {
530-
-webkit-appearance: none;
531530
/* Safari 和 Chrome,常用於iOS下移除內建樣式 */
532-
-moz-appearance: none;
531+
-webkit-appearance: none;
533532
/* FireFox */
533+
-moz-appearance: none;
534534
appearance: none;
535535
}

index-en.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
/>
99
<meta name="author" content="webduino" />
1010
<meta name="copyright" content="webduino" />
11-
<title>Webduino 萬用遙控器</title>
11+
<title>Webduino Remote Control</title>
1212

1313
<meta
1414
name="description"
15-
content="Webduino 萬用遙控器,受到老師學生們喜愛,能夠透過搖桿和多顆按鈕發送網路廣播訊號,輕鬆遙控自走車、操控物聯網設備!"
15+
content="Webduino Remote Control,loved by teachers and students, it can send Internet broadcast signals through the joystick and multiple buttons, and easily remote control bicycles and control IoT devices!"
1616
/>
1717
<meta
1818
itemprop="description"
19-
content="Webduino 萬用遙控器,受到老師學生們喜愛,能夠透過搖桿和多顆按鈕發送網路廣播訊號,輕鬆遙控自走車、操控物聯網設備!"
19+
content="Webduino Remote Control,loved by teachers and students, it can send Internet broadcast signals through the joystick and multiple buttons, and easily remote control bicycles and control IoT devices!"
2020
/>
2121
<meta itemprop="image" content="" />
2222
<meta
2323
property="og:description"
24-
content="Webduino 萬用遙控器,受到老師學生們喜愛,能夠透過搖桿和多顆按鈕發送網路廣播訊號,輕鬆遙控自走車、操控物聯網設備!"
24+
content="Webduino Remote Control,loved by teachers and students, it can send Internet broadcast signals through the joystick and multiple buttons, and easily remote control bicycles and control IoT devices!"
2525
/>
26-
<meta property="og:title" content="Webduino 遙控器" />
26+
<meta property="og:title" content="Webduino Remote Control" />
2727
<meta property="og:url" content="https://webduino.io" />
2828
<meta property="og:image" content="" />
2929
<link rel="icon" href="webduino.ico" type="image/x-icon" />

0 commit comments

Comments
 (0)