-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
63 lines (60 loc) · 1.84 KB
/
contact.html
File metadata and controls
63 lines (60 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<title>why do you want to contact me</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="container-nav">
<nav class="navbar" role="navigation">
<a href="index.html" class="brand">My personal hell</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">What the fuck is this</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<button class="button-menu-toggle">Menu</button>
</div>
<h1>Contact</h1>
<p>what no im not giving you my info. but you can give me your credit card number!</p>
<form id="myForm">
<label for="number">Credit card number:</label>
<input type="number" id="email" name="email" required>
</form>
<style>
a:link {
color: blue;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: blueviolet;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: cyan;
background-color: transparent;
text-decoration: underline;
}
</style>
<p>here are some links:</p>
<p>- <a href="https://www.youtube.com/channel/UCCqBuxRrzGmqkRHOHTG0Muw">my youtube channel</a></p>
<p>- <a href="https://www.tumblr.com/deltaruined124">my tumblr</a></p>
<p>- my discord tag is lol124#1755</p>
</div>
</div>
</body>
</html>
<div id="mi-id">fin.</div>
<div class="mi-clase">fin 2.0</div>
<div class="ejemplo">
example
</div>