This repository was archived by the owner on Oct 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
40 lines (39 loc) · 1.75 KB
/
contact.html
File metadata and controls
40 lines (39 loc) · 1.75 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
<html>
<head>
<title>Contact Me</title>
<link rel="icon" href="./files/logo.png">
<!--So this is the discord info stuff so like try and ignore it lmao i copied it from
stack overflow lol-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Depth Website" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://depth-dev.github.io"/>
<meta property="og:description" content="the website for depth" />
<meta name="theme-color" content="#009dff">
</head>
<style type="text/css">
h1 { color: rgb(255, 255, 255); text-align: center; font-family: Arial, Helvetica, sans-serif; font-size:45px}
h3 { color: rgb(255, 255, 255); text-align: center; font-family: Arial, Helvetica, sans-serif; font-size:30px}
h4 { color: rgb(255, 255, 255); text-align: center; font-family: Arial, Helvetica, sans-serif; font-size:25px}
p { color: rgb(255, 255, 255); text-align: center; font-family: Arial, Helvetica, sans-serif; font-size:18px}
a { color: rgb(20, 207, 104); text-align: center; font-family: Arial, Helvetica, sans-serif; font-size:18px}
body {
background-color:rgb(0, 0, 0);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
<body>
<br>
<br>
<h1>Want to contact me?</h1>
<div>
<h3>send me an email over at <span style="color: rgb(0, 156, 177)">depthecho@gmail.com</span></h3>
</div>
<br>
<br>
<!--Please dont spam this thanks-->
</body>
</html>