Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<html lang="en">
|
4 |
<head>
|
5 |
<meta charset="UTF-8">
|
6 |
-
<title
|
7 |
<style>
|
8 |
canvas { background: black; border: 1px solid white; }
|
9 |
body { text-align: center; background: #222; color: #eee; font-family: sans-serif; }
|
|
|
3 |
<html lang="en">
|
4 |
<head>
|
5 |
<meta charset="UTF-8">
|
6 |
+
<title>小寫字母辨識</title>
|
7 |
<style>
|
8 |
canvas { background: black; border: 1px solid white; }
|
9 |
body { text-align: center; background: #222; color: #eee; font-family: sans-serif; }
|