|
|
@@ -4,7 +4,7 @@ |
|
|
|
<meta charset="UTF-8" /> |
|
|
|
<meta name="robots" content="noindex" /> |
|
|
|
<title><?= ($title == '') ? '' : ($title . ' - ') ?>キケッツチャンネル お絵描き掲示板</title> |
|
|
|
<link rel="stylesheet" href="https://jpafonts.osdn.jp/webfonts/jpafonts.css" /> |
|
|
|
<link rel="stylesheet" href="https://jpafonts.osdn.jp/webfonts/jpafonts.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> |
|
|
@@ -121,7 +121,7 @@ |
|
|
|
<label>色:</label> |
|
|
|
<!-- <input type="radio" name="colour" value="black" checked="checked" />黒 |
|
|
|
<input type="radio" name="colour" value="blue" />ブルー |
|
|
|
<input type="radio" name="colour" value="red" />赤 |
|
|
|
<input type="radio" name="colour" value="red" />赤 |
|
|
|
<input type="radio" name="colour" value="magenta" />マジェンタ |
|
|
|
<input type="radio" name="colour" value="lime" />ライム |
|
|
|
<input type="radio" name="colour" value="cyan" />青 |
|
|
|