-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
90 lines (82 loc) · 2.31 KB
/
about.html
File metadata and controls
90 lines (82 loc) · 2.31 KB
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
88
89
90
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<link href="CSS/mainstyle.css" rel="stylesheet" type="text/css">
<link href="CSS/about_style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="main">
<div class="background">
<div class="cover">
</div>
<div class="all_menu">
<a class="menu" href="index.php">Home</a>
<a class="menu" href="index.php?view=1&p=1">Most Views</a>
<a class="menu" href="Tags.php">Tags</a>
<a class="menu" href="about.html">About Us</a>
</div>
<h1>Welcome</h1>
<p>
Super Reaction is a website that will help make your point with many cool animated photos.
We hope to give the best entertainment that is online.
Super Reaction was launched in 1st of August 2013.<br/>
Welcome in here in our website hope you enjoy it.<br/>
For any questions feel free to ask
<a href="mailto:Samer@superreaction.com">Samer@SuperReaction.com</a>.<br/><br/><br/>
Reply to anyone with the Super Reaction.
</p>
<br/>
<h2>Or send e-mail using this form:</h2>
<div class="sendmail">
<form method='post' action='PHP/sendmail.php'>
<table cellpadding='2' width='100%' cellspacing='0' border='0' dir="">
<tr>
<td width='25%'>name*</td></tr>
<tr>
<td width='75%'><input type='text' name='name' maxlength='50' value=''></td>
</tr>
<tr>
<td>e-mail*</td></tr>
<tr>
<td><input type='text' name='mail' maxlength='50' value=''></td>
</tr>
<tr>
<td>country</td></tr>
<tr>
<td><input type='text' name='country' maxlength='50' value=''></td>
</tr>
<tr>
<td>subject*</td></tr>
<tr>
<td><input type='text' name='subject' maxlength='50' value=''></td>
</tr>
<tr>
<td valign='top'>message*</td></tr>
<tr>
<td><textarea cols='50' name='message' rows='6'></textarea></td>
</tr>
<tr>
<td></td></tr>
<tr>
<td align=''><br />
<input type='hidden' name='act' value='send'>
<input type='hidden' name='error' value='1'>
<input type='submit' value='send'>
<input type='reset' value='reset'>
</td>
</tr>
</table>
</form>
</div>
<div class="all_down_menu">
<a class="down_menu" href="index.php">Home</a>
<a class="down_menu" href="index.php?view=1&p=1">Most Views</a>
<a class="down_menu" href="Tags.php">Tags</a>
<a class="down_menu" href="about.html">About Us</a>
</div>
</div>
</div>
</body>
</html>