-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (63 loc) · 2.36 KB
/
index.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
<html>
<head>
<title>CedMIX FLAMES (inspired by Subham choudhury)</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type='text/javascript' src='flames.js'></script>
<style>
html {
background: url("image/b.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.resp_code{
background: url("image/c.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border: 2px solid black;
}
.resp_code h2{
font-family: tahoma,sans-serif;
color: black;
font-size: 35px;
}
</style>
</head>
<body>
<div class='resp_code' style=" margin-top: 100px;">
<div align='center'><h2>CedMIX Flames</h2></div>
<form name=first>
<div class='love' id='maindiv'>
<div class='group' style='padding:15px;'>
<div class='p_name group'>
<b>Enter your name</b>
<input value='' name=name onkeyup=checnum(this) type=text class='txt' id='yname'>
</div> <br>
<div class='group p_name' align='center'> <b>Enter your lover's Name </b>
<input value='' name=name1 onkeyup=checnum(this) type=text class='txt' id='pname'>
</div>
<div name=n1 id=nam1></div>
<div style='font-weight:bold;' id='msg'></div>
</div>
<div class='but_por'>
<input name=calculate type=button value=FLAMES onclick=calc() class='buttonMini'>
<input type=reset value=Reset onclick='clear_all()' class='buttonMini'>
<span align='center' style="font-size: 10px;color: #dadada;" id="dumdiv">
</span>
</div>
</div>
<div id='tablid' class='clearfix'>
<div class='group' align='center'>
<div class='love_result'>
<span name=n1 id=nam1></span>
<img name=pic1 id=pic1 width=0 height=0 src=image/loading.gif>
</div>
</div>
</div>
</form>
</div>
</body>
</html>