forked from interclip/interclip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecieve.php
60 lines (44 loc) · 1.96 KB
/
recieve.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
<html>
<div id="endora" style="display: none">
<endora>
</div>
<head>
<meta content="text/html; charset=UTF-8; X-Content-Type-Options=nosniff" http-equiv="Content-Type" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recieve link | Interclip</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link href="css/button.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/recieve.css">
<link rel="stylesheet" href="css/dark.css" media="(prefers-color-scheme: dark)">
</head>
<body>
<?php
include("includes/menu.php");
?>
<div class="wrapper">
<div class="form-container">
<form id="inputform" name="form" onsubmit="return validateForm()" action="./includes/get" method="POST">
<div class="full-screen">
<div class="input-wrap">
<p class="title">Recieve link</p>
<input type="text" name="user" maxlength="5" id="code" placeholder="h&$h">
<br>
<br>
<br>
<a class="btn" onClick="submit()" data-title="Make the magic happen"></a>
<div id="result"></div>
<div id="modalpage">
</div>
</div>
</div>
</form>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://codepen.io/electerious/pen/rroqdL"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://codepen.io/electerious/pen/rroqdL.js"></script>
<script type="text/javascript" src="js/recieve.js"></script>
</div>
</div>
</body>
</html>