D:
/
vhosts
/
inpeacenet.com
/
httpdocs
/
up file
home
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>testing</title> <style> body { height: 100vh; width: 100vw; background-color: darkblue; } p { color: gold; font-family: verdana, sans-serif; text-align: center; font-size: 80px; margin-top: 65vh; } </style> </head> <body> <p>TESTing<br> Revision by HM </p> </body> </html>