-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
32 lines (26 loc) · 1.07 KB
/
contact.html
File metadata and controls
32 lines (26 loc) · 1.07 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
<!DOCTYPE html>
<html>
<title>Contact</title>
<head>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script>
<script src="functions.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body>
<!-- Header -->
<div id="header"></div>
<div class="w3-content">
<div class="w3-container w3-padding-32 grey">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Contact</h3>
<p>If you want to contact me, you can easily do so via E-Mail.</p>
<p>My E-Mail address is "myfullname"@protonmail.com.</p>
<p>Obviously you have to parse my name without the quote sign. Use my full name with no dots or anything.
</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>