1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
|
---|
4 | <head>
|
---|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
---|
6 | <meta name="robots" content="all" />
|
---|
7 | <!--
|
---|
8 | <title>Title of Web Page</title>
|
---|
9 | -->
|
---|
10 | </head>
|
---|
11 | <body>
|
---|
12 |
|
---|
13 | <div>
|
---|
14 | This html file will display "New tab", instead of something more appropriate
|
---|
15 | </div>
|
---|
16 |
|
---|
17 |
|
---|
18 | </body>
|
---|
19 | </html>
|
---|