forked from SoftwareCompare/SoftwareCompare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
54 lines (53 loc) · 1.9 KB
/
contact.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Software Compare</title>
<link rel='icon' href='./images/SoftwareCompare128px.jpg' type='image/x-icon'/>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./styles/style.css" rel="stylesheet" />
</head>
<body>
<div class="header">
<div class="logo">
<a href="./">
<img src="./images/SoftwareCompare128px.jpg" alt="SoftwareCompareLogo"
style="width:64px;height:64px;"></a>
<div class="logo-title">
<a href="./"><h2>SoftwareCompare</h2></a>
</div>
</div>
<div class="header-right">
<a class="link-header"
href="./about.html">About</a>
</div>
<div class="header-right">
<a class="link-header"
href="./donate.html">Donate</a>
</div>
<div class="header-right">
<a class="link-header"
href="./contact.html">Contact</a>
</div>
</div>
<h1>
Feel free to reach out, I'll respond as soon as I can
</h2>
<h2>
Dm me on <a href="https://twitter.com/software_comp">Twitter</a>
</h2>
<h2>
Create an issue on <a href="https://github.com/davidcollini/SoftwareCompare">Github</a>
</h2>
<h2>
Join the <a href="https://discord.com/channels/1179268072985608332">Discord Server</a>
</h2>
<h2>
Message me on Session
</h2>
<p>
05894d28a08d1d72b7c5898baeae93a65e7d9ae2aa75147760971d3334540f9015
</p>
</body>
</html>