|
@@ -1,3 +1,5 @@ |
|
|
|
|
|
<!-- vim:set tabstop=4 softtabstop=4 expandtab :--> |
|
|
|
|
|
|
|
|
<!DOCTYPE html> |
|
|
<!DOCTYPE html> |
|
|
<html lang="ja"> |
|
|
<html lang="ja"> |
|
|
<head> |
|
|
<head> |
|
@@ -9,7 +11,7 @@ |
|
|
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1/i18n/jquery.ui.datepicker-ja.min.js"></script> |
|
|
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1/i18n/jquery.ui.datepicker-ja.min.js"></script> |
|
|
<link href="//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" /> |
|
|
<link href="//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" /> |
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.min.css" /> |
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.min.css" /> |
|
|
<link href="./style.css" rel="stylesheet" /> |
|
|
|
|
|
|
|
|
<link href="./style.css?<?= filemtime ('./style.css') ?>" rel="stylesheet" /> |
|
|
<?php $april_fool = ((int) date ('n') === 4) && ((int) date ('j') === 1) ?> |
|
|
<?php $april_fool = ((int) date ('n') === 4) && ((int) date ('j') === 1) ?> |
|
|
<?php if ($april_fool): ?> |
|
|
<?php if ($april_fool): ?> |
|
|
<link rel="icon" href="favicon-goatoh.ico" /> |
|
|
<link rel="icon" href="favicon-goatoh.ico" /> |
|
@@ -152,7 +154,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> |
|
|
<script src="//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> |
|
|
<script src="./script.js" type="text/javascript"></script> |
|
|
|
|
|
|
|
|
<script src="./script.js?<?= filemtime ('./script.js') ?>" type="text/javascript"></script> |
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |
|
|
|
|
|
|