mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
add favicon (cuz gems too lazy to)
This commit is contained in:
parent
d20484843c
commit
08a7b2a25a
2
404.html
2
404.html
@ -5,7 +5,7 @@
|
||||
<title>404 Not Found - WiiMart</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/meta/main.css" />
|
||||
<link rel="icon" type="image/x-icon" href="/media/wiimart-bag.ico" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -12,11 +12,11 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="meta/main.css" />
|
||||
<script src="meta/music.js"></script>
|
||||
<link rel="icon" type="image/x-icon" href="media/wiimart-bag.ico" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
<style>mark {color:white} .wm {width: 100%}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bgmplayer" style="position:fixed; bottom:3px; right:3px; float:right; width:200px; height:100px;">
|
||||
<div id="bgmplayer">
|
||||
<h2 style="height:20px; margin-top:-9px;">BGM player</h2>
|
||||
<a href="javascript:playBGM();" id="shopbgmselector" style="text-decoration:none;">
|
||||
<button id="shopbgm" >Play BGM</button>
|
||||
|
@ -16,10 +16,10 @@
|
||||
<link rel="stylesheet" href="meta/main.css" />
|
||||
<link rel="stylesheet" href="meta/verdana.css" />
|
||||
<script src="meta/music.js"></script>
|
||||
<link rel="icon" type="image/x-icon" href="media/wiimart-bag.ico" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="bgmplayer" style="position:fixed; bottom:3px; right:3px; float:right; width:200px; height:100px;">
|
||||
<div id="bgmplayer">
|
||||
<h2 style="height:20px; margin-top:-9px;">BGM player</h2>
|
||||
<a href="javascript:playBGM();" id="shopbgmselector" style="text-decoration:none;">
|
||||
<button id="shopbgm" >Play BGM</button>
|
||||
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 136 KiB |
@ -11,12 +11,12 @@
|
||||
<link rel="stylesheet" href="meta/main.css" />
|
||||
<script src="meta/gallery.js" defer></script>
|
||||
<script src="meta/music.js"></script>
|
||||
<link rel="icon" type="image/x-icon" href="meta/wiimart-bag.ico" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
<style>div {border-color: orange; box-shadow: 0 0 10px #a153005d; } h1, h2 {color:orange} a {color:orange}</style>
|
||||
<style>button {font-family:'Shop',sans-serif;padding: 5px; border:none;outline:2px solid orange; color:black;background-color:white;border-radius: 5px;background-color:#f6fdff;filter: drop-shadow(1px 1px 3.4px #bbbbbb);box-shadow:inset 1px 1px 12px #53360015;}button:hover {border:none;outline:3px solid orange;cursor: pointer;filter: drop-shadow(1px 1px 3.4px #edb2347c);box-shadow:inset 1px 1px 12px #57310015;}button:active {box-shadow: none}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bgmplayer" style="position:fixed; bottom:3px; right:3px; float:right; width:200px; height:100px;">
|
||||
<div id="bgmplayer">
|
||||
<h2 style="height:20px; margin-top:-9px;">BGM player</h2>
|
||||
<a href="javascript:playBGM();" id="shopbgmselector" style="text-decoration:none;">
|
||||
<button id="shopbgm" >Play BGM</button>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<link rel="stylesheet" href="meta/main.css" />
|
||||
<script src="meta/gallery.js" defer></script>
|
||||
<script src="meta/music.js"></script>
|
||||
<link rel="icon" type="image/x-icon" href="meta/wiimart-bag.ico" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
<style>button {margin-right: 2px;margin-left: 2px}</style>
|
||||
<!--just here because the buttons are spaced weird idk-->
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user