mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
bgm fix
This commit is contained in:
parent
f3a40ec6f0
commit
9caa9bf6d2
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user