-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.php
62 lines (59 loc) · 2.62 KB
/
index.php
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Send Messages Now!</title>
<link rel="stylesheet" href="https://ngl.link/stylesheets/normalize.css">
<link rel="stylesheet" href="https://ngl.link/stylesheets/style.css?v=3">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://ngl.link/scripts/main.js?v=2"></script>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="twitter:creator" content="@ruben_sansidar">
<meta property="og:site_name" content="SansNgl-link">
<meta property="og:url" content="https://rubensansidar.site/NGLWEB/">
<meta property="og:description" content="This is a fake website from ngl.link, this website is a kind of secreto or anonymous chat">
<style type="text/css">
@font-face { font-family: Roboto; src: url("chrome-extension://mcgbeeipkmelnpldkobichboakdfaeon/css/Roboto-Regular.ttf"); }
</style>
<script src="https://www.googletagmanager.com/gtag/js?l=dataLayer&id=G-5DV1ZR5ZHG" async=""></script>
<style>
.comment {
resize: none;
height: 60px;
width: 400px;
}
</style>
</head>
<body>
<form action="sent.php" method="post">
<div class="container">
<form class="form" method="post">
<div class="bubble">
<div class="header">
<div class="pfp-container">
<!-- You can change photo in here -->
<img class="pfp" src="https://i.ibb.co/Y7DQj8r/121707037-174720290930920-3808080396647901556-n.jpg">
</div>
<!-- You can change username in here -->
<div class="user-container">
<div class="username">@MrSans</div>
<div class="prompt">ask me anything, anonymously</div>
</div>
</div>
<div class="textarea-container form-group">
<div class="top-right-corner"></div>
<div class="top-left-corner"></div>
<textarea class="comment" placeholder="Enter your name..." name="nama" autocomplete="off" type="text" required></textarea>
<br>
<textarea placeholder="Send me anonymous messages..." name="pesan" autocomplete="off" type="text" required></textarea>
</div>
<input class="deviceId" type="hidden" name="deviceId" value="c6eeb22a-a2a5-41ac-ba18-a39b7264d18e"></div>
<div class="anonymous-tooltip">🔒 100% anonymous</div>
<button name="submit" class="submit" type="submit" style="display: none;">Send!</button>
</form>
</div>
<div class="bottom-container" style="">
<h2 class="download-prompt">👇 <span class="clickCount">251</span> people just tapped the button 👇 </h2>
<a class="button download-link pulse" href="https://apps.apple.com/us/app/ask-fun/id1596550932" target="_blank">Get your own messages!</a>
</div>
</body>
</html>