Merge branch 'html' into 'main'
Html See merge request !1
Showing
1 changed file
with
20 additions
and
0 deletions
Voicoding_web/Voico_Home.html
0 → 100644
| 1 | +<!DOCTYPE html> | ||
| 2 | +<html> | ||
| 3 | + <head> | ||
| 4 | + <meta charset="utf-8"> | ||
| 5 | + <meta name="viewport" content="width=device-width, initial-"> | ||
| 6 | + </head> | ||
| 7 | + <body> | ||
| 8 | + <ol id = "specail" type = "I"> | ||
| 9 | + <li>1</li> | ||
| 10 | + <li>2</li> | ||
| 11 | + <li>3</li> | ||
| 12 | + </ol> | ||
| 13 | + <button> | ||
| 14 | + Start | ||
| 15 | + </button> | ||
| 16 | + <button> | ||
| 17 | + Exit | ||
| 18 | + </button> | ||
| 19 | + </body> | ||
| 20 | +</html> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment