-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtry.html
26 lines (24 loc) · 964 Bytes
/
try.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="./style.css">
<style>
body {font-family: Arial, Helvetica, sans-serif;
background-image: url("https://free4kwallpapers.com/uploads/originals/2015/10/10/the-lovely-sanderson-brook-in-massachusetts-wallpaper.jpg");
backdrop-filter: blur(1px);
padding-bottom: 100px;
}
</style>
</head>
<body>
<div style="margin: auto; padding: 100px;">
<div class="card1" data-tilt data-tilt-scale="1" data-tilt-startY="40">
<div class="welcome">
<p>Click here to login</p>
<button onclick="window.open('https://loflabs.github.io/sign','login-erjbewwewbewgw','width=550,height=700');" oncontextmenu="return false" onkeydown="return false;">Login</button>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.7.0/vanilla-tilt.min.js'></script><script src="./script.js"></script>
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
</script>
</body>
</html>