This commit is contained in:
Gemdation 2025-05-04 09:51:39 -05:00
parent f3a40ec6f0
commit 9caa9bf6d2
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
p.mem {flex: 1}
</style>
</head>
<body>
<body onload="loadafterwednesdaycheck();">
<div id="bgmplayer">
<h2>BGM player</h2>
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>

View File

@ -19,7 +19,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>img, img.slide {width:100%} input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
</head>
<body onload="loadafterwednesdaycheck();">
<body onload="loadafterwednesdaycheck();">
<div id="bgmplayer">
<h2>BGM player</h2>
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>