-
Notifications
You must be signed in to change notification settings - Fork 1
/
macos.html
62 lines (56 loc) · 1.77 KB
/
macos.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
<html lang="en"><head>
<title>FetchCord</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta content="text/html" charset="UTF-8" http-equiv="Content-Type">
<meta content="UTF-8" http-equiv="encoding">
<link type="text/css" rel="stylesheet" href="styles.css">
<script type="code/javascript" src="script.js"></script>
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="navbar">
<div class="navbuttons">
<a href="index.html">Home</a>
<div class="vl"></div>
<a href="about.html">About</a>
<div class="vl"></div>
<a href="credits.html">Credits</a>
<div class="vl"></div>
<a href="discord.html">Discord</a>
</div>
<div class="dropdown">
<button class="dropbtn" style=" color: #5c3de3;
text-shadow: 0px 0px 19px #8065F4, 0px -4px 0px rgba(0, 0, 0, 0.25);
">Installation v</button>
<div class="dropdown-content">
<a href="linux.html">Linux</a>
<div class="on"><a href="macos.html">MacOS</a></div>
<a href="windows.html">Windows</a>
</div>
</div></div>
<header class="header">
<div class="logo">
<img alt="Homepage Header" src="fetchcord.png" style="height: 151px;">
</div>
<div class="headertxt">
<h1>FetchCord</h1>
<h2>Installing on macOS
</h2>
</div>
</header>
<div class="textbg"><p>NOTE: You need neofetch to be also installed for this to work.</p>
<br>
<h2>
> Installation
</h2>
<br>
<p>To Install fetchcord, run <code>pip3 install fetchcord</code></p>
<br>
<h2>
> Run
</h2>
<br>
<p>Once installed, simply run <code>fetchcord</code>.</p>
<p></p>
</div>
</body></html>