1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| <!DOCTYPE html>
| <html>
| <head>
| <title>elegroup-batt-conf-temp1.html</title>
|
| <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
| <meta http-equiv="description" content="this is my page">
| <meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
| <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
|
| </head>
|
| <body>
| This is my HTML page. <br>
| </body>
| </html>
|
|