14 lines
326 B
PHP
14 lines
326 B
PHP
<html lang="ja">
|
|
<head>
|
|
<meta charset="utf8" />
|
|
<link rel="stylesheet" href="./styles/index.css" />
|
|
<script src="./scripts/main.js" defer="defer"></script>
|
|
<title>ニジカもんすたぁ!! - 入口</title>
|
|
</head>
|
|
|
|
<body>
|
|
<canvas id="canvas"></canvas>
|
|
</body>
|
|
</html>
|
|
|