this is why i hate life. :3

This commit is contained in:
Sky 2023-07-26 16:59:43 -04:00
parent 786c63e305
commit ad8fc24944

View File

@ -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`