parent
b05bf0d221
commit
3af6913f97
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
<link rel="icon" href="../assets/icon.png">
|
||||
</link>
|
||||
</head>
|
||||
<body style="background-image: linear-gradient(rgb(139, 139, 139), rgb(100, 100, 100));" onbeforeunload="sessionStorage.setItem('prevUrl', window.location.href)">
|
||||
<body style="background: linear-gradient(rgb(139, 139, 139), rgb(100, 100, 100)) no-repeat center center fixed;" onbeforeunload="sessionStorage.setItem('prevUrl', window.location.href)">
|
||||
<div class="center hidden"><br>
|
||||
|
||||
<div class="popup" id="steal">
|
||||
|
@ -704,4 +704,4 @@ $(document).on('click', '.popup', function () {
|
|||
$('.popup').hide()
|
||||
})
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue