-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshow.html
17 lines (16 loc) · 968 Bytes
/
show.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Freehand&family=Stint+Ultra+Condensed&display=swap" rel="stylesheet">
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
<script src="init.js" type="text/javascript"></script>
</head>
<body id="content" style="justify-content: center; align-items: center; text-align: center;opacity:0.0;z-index: 9998;">
<button style="position:absolute; top:0.5vw; right:5vw; width:2vw; height: 2vw; background-color: red; color: white; z-index: 9999;" onclick="closeing()" id="close">X</button>
<iframe id="iframe" name="iframe" style="margin:0 auto;width:90vw;height: 90vh;" src=""></iframe>
</body>
</html>