14 lines
123 B
HTML
14 lines
123 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>
|
||
|
Hello
|
||
|
</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<center>
|
||
|
<h1>
|
||
|
test page
|
||
|
</h1>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|