本日作業分
This commit is contained in:
+3
-4
@@ -5,7 +5,6 @@
|
||||
<meta name="robots" content="noindex" />
|
||||
<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="./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>
|
||||
@@ -42,11 +41,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1><a href="."><img src="/img/kusobbs.gif" alt="クソ掲示板" style="width: 398px" /></a></h1>
|
||||
<h1><a href="."><img src="/assets/kusobbs.gif" alt="クソ掲示板" style="width: 398px" /></a></h1>
|
||||
<div style="text-align: center"><a href="#" onclick="PauseMusic ()" id="mute"> </a></div>
|
||||
|
||||
<?php if ($thread == -1): ?>
|
||||
<form action="make_thread.php" method="POST">
|
||||
<form action="./modules/make_thread.php" method="POST">
|
||||
スレ名:<input type="text" name="thread-name" /><br />
|
||||
スレ内容:<textarea name="thread-explain"></textarea><br />
|
||||
<input type="submit" value="スレ立て" />
|
||||
@@ -302,7 +301,7 @@
|
||||
<canvas style="display: none" width="1" height="1" id="work"></canvas>
|
||||
<canvas style="display: none" width="480" height="480" id="canvas-perfect"></canvas>
|
||||
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
<script type="text/javascript" src="./scripts/script.js"></script>
|
||||
|
||||
<?php if ($thread != -1): ?>
|
||||
<script type="text/javascript" src="./scripts/paint.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user