zaidmehdi commited on
Commit
125ea9c
1 Parent(s): 64233e1

center and increase html font size

Browse files
Files changed (1) hide show
  1. src/templates/index.html +2 -2
src/templates/index.html CHANGED
@@ -4,7 +4,7 @@
4
  <title>Arabic Dialect Classifier</title>
5
  </head>
6
  <body>
7
- <h1>Arabic Dialect Classifier</h1>
8
- <p>Write some arabic text and get which dialect it is from</p>
9
  </body>
10
  </html>
 
4
  <title>Arabic Dialect Classifier</title>
5
  </head>
6
  <body>
7
+ <h1 style="text-align: center;font-size: xx-large;">Arabic Dialect Classifier</h1>
8
+ <p style="text-align: center;font-size: large;">Write some arabic text and get which dialect it is from</p>
9
  </body>
10
  </html>