|
|
@@ -6,10 +6,10 @@ |
|
|
|
<title><?= ($title == '') ? '' : ($title . ' - ') ?>キケッツチャンネル お絵描き掲示板</title> |
|
|
|
<link rel="stylesheet" href="https://jpafonts.osdn.jp/webfonts/jpafonts.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="/style.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="./styles/style.css" /> |
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" /> |
|
|
|
<script defer src="https://use.fontawesome.com/releases/v5.15.4/js/all.js"></script> |
|
|
|
<script src="modules/colour-pad.js"></script> |
|
|
|
<script src="./scripts/colour-pad.js"></script> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
@@ -305,7 +305,7 @@ |
|
|
|
<script type="text/javascript" src="script.js"></script> |
|
|
|
|
|
|
|
<?php if ($thread != -1): ?> |
|
|
|
<script type="text/javascript" src="paint.js"></script> |
|
|
|
<script type="text/javascript" src="./scripts/paint.js"></script> |
|
|
|
<?php endif ?> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|