forked from SoftwareCompare/SoftwareCompare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (65 loc) · 2.38 KB
/
index.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
55
56
57
58
59
60
61
62
63
64
65
66
<!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>
Welcome to SoftwareCompare!
</h1>
<p>
This website was made for people who wish to compare features of
different software against each other.
</p>
<h2>
<a class="homepagelink" href="./charts/browsers.html">Browsers</a></h2>
<p>
Chart of popular web browsers and their features
</p>
<h2>
<a class="homepagelink" href="./charts/music.html">Music</a>
</h2>
<p>
Chart of Free Music Streaming Services
</p>
<h2>
<a class="homepagelink" href="./charts/searchengines.html">Search Engines</a>
</h2>
<p>
Chart of Private Search Engines
</p>
<h2>
<a class="homepagelink" href="./charts/youtubefrontends.html">Youtube Frontends</a>
</h2>
<p>
Chart comparing the features of different Youtube frontends
</p>
</body>
</html>