-
Notifications
You must be signed in to change notification settings - Fork 0
/
your_age.php
87 lines (68 loc) · 2.32 KB
/
your_age.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
86
87
<html>
<head>
<body>
<center>
<style>
#back {
height: "auto" px;
width: 600px;
background-image: linear-gradient(to right, #a826ff , #250c35);
color: white;
padding: 14px 20px;
margin: 8px 0;
box-shadow: 0 5px 15px 0 rgba(10, 36, 19, 0.2), 0 2px 15px 0 rgba(0, 0, 0, 0.30);
border-style: solid;
border-width: 5px;
border-radius: 25px;
}
input {
color: #250c35;
background-color: #ffff;
background-size: 400% 400%;
-webkit-animation: gradientBG 10s ease infinite;
animation: gradientBG 10s ease infinite;
border: none;
color: #250c35;
padding: 15px 32px;
text-align: center;
border-radius: 25px;
text-decoration: none;
display: inline-block;
margin: 0;
font-size: 16px;
-webkit-animation: gradientBG 10s ease infinite;
animation: gradientBG 10s ease infinite;
}
</style>
<div id="back">
<h1>: އުމުރަކީ</h1>
<?php
$birthyear =$_GET ['byear'];
$currentyear =$_GET ['cyear'];
$your_age_is =$currentyear - $birthyear;
echo $your_age_is;
?>
<style>
@font-face {
font-family: myFirstFont;
src: url(mvtyper.woff);
}
* {
font-family: myFirstFont;
}
</style>
<dir='rtl'>
</lang='DV'>
<br>
</br>
<form action="https://www.naares.com/">
<input type="submit" value="ނާރެސް އަށް ދިއުމަށް" />
</form>
<form action="https://www.naares.com/">
<input type="submit" value="! ފައިލްތަށް ޑައުންލޯޑް ކުރޭ" />
</form>
</center>
</div>
</body>
</head>
</html>