Skip to content

Commit 3586d61

Browse files
Add files via upload
1 parent 585f2b2 commit 3586d61

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

about.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>FetchCord</title>
5+
<meta content="text/html" charset="UTF-8" http-equiv="Content-Type">
6+
<meta content="UTF-8" http-equiv="encoding">
7+
<link type="text/css" rel="stylesheet" href="styles.css">
8+
<script type="code/javascript" src="script.js"></script>
9+
<link rel = "icon" href = "favicon.ico">
10+
</head>
11+
12+
<body>
13+
<div class="navbar">
14+
<a href="index.html">Home</a>
15+
<a href="about.html">About</a>
16+
<a href="credits.html">Credits</a>
17+
<div class="dropdown">
18+
<button class="dropbtn">Downloads
19+
<i class="fa fa-caret-down"></i>
20+
</button>
21+
<div class="dropdown-content">
22+
<a href="linux.html">Linux</a>
23+
<a href="macos.html">MacOS</a>
24+
<a href="windows.html">Windows</a>
25+
</div>
26+
</div>
27+
</div>
28+
29+
<header class="head1"><h1></h1></header>
30+
<p class="about"><h3>FetchCord is an application mainly aimed towards Linux users which grabs OS and Hardware information and displays it as a Discord Rich Presence. Although the application is aimed towards Linux users, it also runs on Microsoft Windows and MacOS with minimal changes. To run, it requires Python, PyPresence, NeoFetch and (in most cases, PIP). For Linux users who use Systemd, it is possible to intergrate FetchCord to start with your system, although this is still achieveable in most cases by just adding it to startup applications or making a startup script.</h3></p>
31+
</body>
32+
33+
</html>

0 commit comments

Comments
 (0)