Skip to content

Commit

Permalink
v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
snaildos committed Aug 19, 2021
1 parent dc47336 commit ec8a1c0
Show file tree
Hide file tree
Showing 4 changed files with 3,334 additions and 39 deletions.
22 changes: 17 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@
border-top: 3px dashed #bbb;
}

.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}

/* Dotted border */
hr.dotted {
border-top: 3px dotted #bbb;
Expand Down Expand Up @@ -237,7 +247,8 @@
</style>
</head>
<body>

<button type="button" class="settings w3-button" data-toggle="modal" data-target="#myModal">Settings</button>
<div class="noselect">
<div id="cookie">
<div id="cookie-wrapper">
<div id="cookie-content" class="h1">Welcome to SnailFM! <p>For more infomation, visit https://snaildos.com/snailfm</p>Hit the let's go button too start using this software! Enjoy!</div>
Expand All @@ -246,7 +257,6 @@
</div>

<h1>SnailFM</h1>
<button type="button" class="settings w3-button" data-toggle="modal" data-target="#myModal">Settings</button>
<h4>Powered by <b>SnailDOS</b> team</h4>

<p id="version"></p>
Expand All @@ -259,6 +269,7 @@ <h4>Powered by <b>SnailDOS</b> team</h4>
Restart
</button>
</div>
</div>
<script>
const { ipcRenderer } = require('electron');
const version = document.getElementById('version');
Expand Down Expand Up @@ -312,7 +323,7 @@ <h4>Powered by <b>SnailDOS</b> team</h4>
});
</script>
<form action="">
<h2>Pause/Play:</h2>
<h2 class="noselect">Pause/Play:</h2>
<input type="button" id="4" class="w3-btn w3-black" value="PLAY"
onclick="toggle2();">
</form>
Expand Down Expand Up @@ -356,7 +367,7 @@ <h2>Pause/Play:</h2>
}
</script>

<div class="modal fade" id="myModal" role="dialog">
<div class="modal noselect fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
Expand All @@ -368,8 +379,9 @@ <h4 class="modal-title"><h2>SnailFM Settings</h2></h4>
<h4>Please click what settings you want to change.</h4>
<h4>If you don't want to change SnailFM settings, press the "More Settings" to change Account settings, encoder settings, and more.</h4>
<span class="hiddentext" style="font-size:20px;cursor:pointer;color:red;display:none;" onclick="openNav()">&#9776; More settings</span>
<hr class="rounded">
<hr class="rounded">
<button onclick="window.location.reload();" class="w3-btn w3-black">Reload</button>
<hr class="rounded">
<p></p>
<a style="font-size:20px;cursor:pointer;color:red" href="reset.html">&#9776; ResetSnailFM</a>
<h1 class="hiddentext">
Expand Down
Loading

0 comments on commit ec8a1c0

Please sign in to comment.