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