-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCONTACT.HTML
More file actions
70 lines (66 loc) · 2.29 KB
/
CONTACT.HTML
File metadata and controls
70 lines (66 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en">
<title>Contact - Skinner Technology Archive</title>
<link rel="shortcut icon" type="image/jpg" href="IMAGES\FAVICON.PNG">
<link rel="stylesheet" href="STYLESHEET.CSS">
<head>
<h2>
<header>
<img src="IMAGES\FAVICON.PNG" alt="Logo" width="75">
</header>
<header>
<div>SKINNER TECHNOLOGY ARCHIVE</div>
<div>
<small>
<em>AN ARCHIVE OF THE PAST IN THE FUTURE.</em>
</small>
</div>
</header>
</h2>
<nav>
<h4>
<p>
<a href="INDEX.HTML">HOME</a>
<a href="ARCHIVE.HTML">ARCHIVE</a>
<a href="UTILITIES.HTML">UTILITIES</a>
CONTACT
<a href="ABOUT.HTML">ABOUT</a>
</p>
</h4>
</nav>
</head>
<body>
<p>If you’re having difficulties using our website or software, please visit
<a href="https://discord.gg/FsaME8x">Discord</a>.
</p>
<p>Alternatively, send an email to
<a href="mailto:neo.ski@outlook.com">neo.ski@outlook.com</a>
or use the form below and we’ll get back to you as soon as possible.
</p>
<form action="FORM_PROCESSOR_NEW.PHP" method="POST" enctype=”multipart/form-data” class="container">
<label for="fname"><b>FIRST NAME</b></label><br>
<input type="text" id="fname" name="firstname" placeholder="Your name.." required><br>
<label for="lname"><b>LAST NAME</b></label><br>
<input type="text" id="lname" name="lastname" placeholder="Your last name.." required><br>
<label for="email"><b>EMAIL ADDRESS</b></label><br>
<input type="text" id="lname" name="email" placeholder="Your email address.." required><br>
<label for="message"><b>MESSAGE</b></label><br>
<textarea id="message" name="message" placeholder="Write something.." style="height:170px"
required></textarea><br>
<input type="submit" value="SUBMIT">
</form>
<br>
<footer>
<a href="https://discord.gg/FsaME8x">
<img src="IMAGES\DISCORD.PNG" alt="Discord" width="30">
</a>
<a href="https://twitch.tv/SkinnerTechnologyArchive">
<img src="IMAGES\TWITCH.PNG" alt="Twitch" width="23">
</a>
<a href="http://www.anybrowser.org/campaign/">
<img src="IMAGES\ANY_BROWSER.GIF" height="29" alt="Viewable With Any Browser">
</a>
</footer>
</body>
</html>
<!-- Website Version 1.6 - NEOSKI -->