9 lines
91 B
PHP
9 lines
91 B
PHP
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>View</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
View test
|
||
|
</body>
|
||
|
</html>
|