24 lines
870 B
HTML
24 lines
870 B
HTML
<div id="bgImage"
|
|
style="background-image: url('/images/CollectionsWallpaper.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; filter: blur(10px); -webkit-filter: blur(10px);">
|
|
<div id="bgImage_Opacity"></div>
|
|
</div>
|
|
|
|
<div id="gamepage">
|
|
<div id="gametitle">
|
|
<h1 id="gametitle_label">Collections</h1>
|
|
</div>
|
|
<button id="collection_new" style="float: right;" onclick="showDialog('collectionedit');">New Collection</button>
|
|
<div id="collection_table_location">
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <div id="settings_photocredit">
|
|
Wallpaper by <a href="https://wallpapercave.com/u/andrea16" class="romlink">andrea16</a> / <a
|
|
href="https://wallpapercave.com/w/wp5206111" class="romlink">Wallpaper Cave</a>
|
|
</div> -->
|
|
|
|
<script type="text/javascript">
|
|
// set up the page
|
|
SetupPage();
|
|
</script> |