Update test.html
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user