-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathin.php
85 lines (64 loc) · 2.23 KB
/
in.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<center>
<div class="whole_invite" style="text-align: left;">
<h3><span style="color: black;">S</span>ee whats happening in the world now.
<br>
Join skiyen today.
</h3>
<br>
<center>
<div class="alert bg-light st_box">
<span class="cont">
<i class="fa fa-search dark tweets_fa"></i>
<span class="tweet_text">Follow people...</span><br>
</span>
<span class="cont">
<i class="fa fa-edit dark tweets_fa"></i><span class="tweet_text">Create post(s), group(s)...</span><br>
</span>
<span class="cont">
<i class="fa fa-users dark tweets_fa"></i> <span class="tweet_text">Hear what people are talking about...</span><br>
</span>
<span class="cont">
<i class="fa fa-comment-dots dark tweets_fa"></i> <span class="tweet_text">Join the conversation...</span><br>
</span>
<span class="cont">
<i class="fa fa-newspaper dark"></i> <span class="tweet_text">News...</span></span>
<br>
<button class="btn btn-primary" onclick="window.location = 'register/';">Join</button>
</div>
<div class="alert bg-light st_box">
<span class="cont">
<i class="fa fa-user-cog dark tweets_fa"></i>
<span class="tweet_text">Control your account.</span><br>
</span>
<span class="cont">
<i class="fa fa-shield-alt dark tweets_fa"></i><span class="tweet_text">We supply you with 100% account protection.</span><br>
</span>
<span class="cont">
<i class="fa fa-user-shield dark tweets_fa"></i> <span class="tweet_text">Your personal info belongs to you <b>alone</b>.</span><br>
</span>
<br>
<button class="btn btn-secondary" onclick="window.location = 'login';">Login</button>
</div>
<div class="alert bg-light st_box">
<span class="cont">
<i class="fa fa-user-slash dark tweets_fa"></i>
<span class="tweet_text">Lost your password or noticing supicious activities on your account?</span><br>
</span>
<br>
<button class="btn btn-dark" onclick="window.location = 'r/';">Reset Password</button>
</div>
<iframe class="st_box" src="https://skiyen.business.site" title="Skiyen" style="width: 100%;border:none;outline: none;height: 400px;"></iframe>
</main>
<style type="text/css">
.st_box:hover{
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175) !important;
}
.st_box{
text-align: left;
}
.cont{
font-size: 20px;
margin-bottom: 30px;
}
</style>
</center>