-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPublic.html
86 lines (72 loc) · 2.4 KB
/
Public.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
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
86
<html>
<head>
<title>Homepage</title>
<style>
.body {
background-color: black;
color: rgb(4, 255, 171);
font-size: 40px;
text-align: center;
margin-top: 53.45px;
padding: auto;
}
#p1 {
font-size: 20px;
}
.body img {
width: 100px;
height: 39px;
}
.response {
width: 50%;
float: left;
margin: 2% 25% 2% 25%;
}
@media screen and (max-width: 900px) {
.response {
width: 80%;
margin-left: 10%;
margin-right: 10%;
}
.body img {
width: 80px;
height: 39px;
}
.body h2,
.body{
font-size: x-large;
}
}
</style>
</head>
<body class="body">
<script>
var date = Date();
document.write(date);
</script>
<div style="width: 100%; height: auto;">
<h2>اَلسَّلَامُ عَلَيْكُم وَرَحْمَةُ اَللهِ وَبَرَكاتُهُ <br>
...Welcome to Cyber Station BD...</h2>
<!--Links-->
<a href="https://www.google.com" target="_blank"><img src="Pic/gg.jpg" alt="google"></a>
<a href="https://www.facebook.com" target="_blank"><img src="Pic/fb.jpeg" alt="Facebook"></a>
<a href="https://www.youtube.com" target="_blank"><img src="Pic/yt.jpg" alt="Youtube"></a>
<a href="https://www.linkedin.com" target="_blank"><img src="Pic/lin.jpg" alt="LinkedIn"></a>
<a href="https://github.com" target="_blank"><img src="Pic/GitHub.png" alt="Github"></a>
</div>
<div class="response">
<div style="text-align:right;">
<div style="min-height:360px;">
<div style="width:100%;padding:0%; margin:0;
position:relative;">
<iframe style="border:none;position:absolute;top:0;left:0;width:100%;height:100%;min-height:360px;border-radius:30px;overflow:hidden
!important;" src="https://www.metercustom.net/plugin/"></iframe>
</div>
</div>
</div>
</div>
<div style="width: 100%;height: auto;">
<h5>Safe Browsing. Safe Learning.</h5>
</div>
</body>
</html>