Style index pages

This commit is contained in:
kkapsner 2020-11-09 08:27:45 +01:00
parent 716e6aa6a9
commit 0f61318c27
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
body {
margin: 30px auto;
max-width: 680px;
font-size: 13pt;
line-height: 1.4em;
color: #444444;
padding: 0;
}
h1, h2, h3{
line-height: 1.2em;
}

View File

@ -4,6 +4,7 @@
<title> <title>
CanvasBlocker FAQs CanvasBlocker FAQs
</title> </title>
<link rel="stylesheet" href="../default.css" type="text/css">
</head> </head>
<body> <body>
<header><h1>CanvasBlocker FAQs</h1></header> <header><h1>CanvasBlocker FAQs</h1></header>

View File

@ -5,6 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon"> <link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon"> <link href="testIcon.svg" type="image/png" rel="shortcut icon">
<link rel="stylesheet" href="../default.css" type="text/css">
</head> </head>
<body> <body>
<h1>Test pages for CanvasBlocker</h1> <h1>Test pages for CanvasBlocker</h1>