mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
this is why i hate life. :3
This commit is contained in:
parent
786c63e305
commit
ad8fc24944
@ -3,7 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
|
|
||||||
<script src="/js/all.js"></script>
|
<script src="/js/all.js"></script>
|
||||||
<!-- https://codeshack.io/json-sorter/ key value -->
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
|
||||||
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
||||||
|
|
||||||
<style>@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');</style>
|
<style>@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');</style>
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
@ -27,7 +28,7 @@
|
|||||||
|
|
||||||
document.cookie = "panicurl=" + $("#panic").val();
|
document.cookie = "panicurl=" + $("#panic").val();
|
||||||
Toastify({
|
Toastify({
|
||||||
text: 'Panic mode saved!.',
|
text: 'Panic mode saved!',
|
||||||
duration: 2000,
|
duration: 2000,
|
||||||
gravity: "top", // `top` or `bottom`
|
gravity: "top", // `top` or `bottom`
|
||||||
position: "center", // `left`, `center` or `right`
|
position: "center", // `left`, `center` or `right`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user