mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
parent
7178b409c3
commit
1125d6f1a8
13 changed files with 31 additions and 13 deletions
|
@ -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">
|
||||
<?php
|
||||
echo "<script>" . file_get_contents("testAPI.js");
|
||||
echo file_get_contents("canvasAPI.js") . "</script>";
|
||||
|
@ -25,13 +26,13 @@
|
|||
padding: 1em;
|
||||
}
|
||||
.ok {
|
||||
background-color: green;
|
||||
background-color: lightgreen;
|
||||
}
|
||||
.kok {
|
||||
background-color: orange;
|
||||
}
|
||||
.nok {
|
||||
background-color: red;
|
||||
background-color: lightcoral;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue