空白の削除
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="robots" content="noindex" />
|
<meta name="robots" content="noindex" />
|
||||||
<title><?= ($title == '') ? '' : ($title . ' - ') ?>キケッツチャンネル お絵描き掲示板</title>
|
<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" type="text/css" href="./styles/style.css" />
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.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 defer src="https://use.fontawesome.com/releases/v5.15.4/js/all.js"></script>
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
<label>色:</label>
|
<label>色:</label>
|
||||||
<!-- <input type="radio" name="colour" value="black" checked="checked" />黒
|
<!-- <input type="radio" name="colour" value="black" checked="checked" />黒
|
||||||
<input type="radio" name="colour" value="blue" />ブルー
|
<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="magenta" />マジェンタ
|
||||||
<input type="radio" name="colour" value="lime" />ライム
|
<input type="radio" name="colour" value="lime" />ライム
|
||||||
<input type="radio" name="colour" value="cyan" />青
|
<input type="radio" name="colour" value="cyan" />青
|
||||||
|
|||||||
Reference in New Issue
Block a user