Update page.html

This commit is contained in:
Val
2018-11-07 16:38:18 -05:00
committed by GitHub
parent de09051292
commit 57d8c5a48d

View File

@@ -4,25 +4,7 @@
<title>Ajax</title> <title>Ajax</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="cache-control" content="must-revalidate, no-store, no-cache"> <meta http-equiv="cache-control" content="must-revalidate, no-store, no-cache">
<link href="css/style.css"> <link href="css/style.css" rel="stylesheet">
<style>
* {
font-family: Arial;
}
body {
margin: 24px auto;
width: 870px;
}
table {
margin-top: 12px;
border-collapse: collapse;
}
th, td {
padding: 4px 9px;
border: 1px solid black;
}
</style>
</head> </head>
<body> <body>
<h4>Test different document types</h4> <h4>Test different document types</h4>