1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 03:56:26 +02:00

Minimal styling on test pages

For #106
This commit is contained in:
kkapsner 2020-11-21 13:58:32 +01:00
parent 7178b409c3
commit 1125d6f1a8
13 changed files with 31 additions and 13 deletions

View file

@ -5,6 +5,7 @@
<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="shortcut icon">
<link rel="stylesheet" href="../default.css" type="text/css">
<style>
iframe, object, embed {
display: block;
@ -12,6 +13,9 @@
width: 100%;
height: 7em;
}
#code {
font-size: 70%;
}
</style>
<link rel="stylesheet" href="data:text/css;base64,Ym9keXtiYWNrZ3JvdW5kLWNvbG9yOiNlMGZmZTA7fQ==">
</head>