Update page.html
This commit is contained in:
@@ -4,25 +4,7 @@
|
||||
<title>Ajax</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="cache-control" content="must-revalidate, no-store, no-cache">
|
||||
<link href="css/style.css">
|
||||
<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>
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h4>Test different document types</h4>
|
||||
|
||||
Reference in New Issue
Block a user