Update test.html

This commit is contained in:
vkservicesllc
2018-11-06 19:05:36 -05:00
committed by GitHub
parent 6e3af02d1e
commit 71c89ff5bd

View File

@@ -1,7 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<title>Test Document</title> <title>Test Document</title>
<style>
body {
width: 640px;
margin: 64px auto;
font-family: Arial;
}
</style>
</head> </head>
<body> <body>
<h2>This is test page</h2> <h2>This is test page</h2>