-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 842 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>
GPCE
</title>
</head>
<body>
<h1>
GPCE Project Page
</h1>
<p>
Welcome to GPCE! This program is no longer being developed, but the first release was out.
(C#) See here: <a href="https://github.com/Blue0Tech/GPCE/releases/tag/v1.0" target="_blank">GPCE release v1.0</a> <br>
To see the code, click here <a href="https://github.com/Blue0Tech/GPCE/" target="_blank">GPCE source</a> <br>
To view the README file, click here: <a href="README.md">README</a> <br>
To download the GPCE installer (requires dotnet) click here: <a href="GPCEinstallerCS.exe">GPCE installer dotnet</a> <br>
To download the GPCE installer (for bash, requires the wget and unzip utility) click here: <a href="GPCEinstallerCS.sh">GPCE installer bash</a> <br>
</p>
</body>
<footer>
Copyright 2020 Pruthvi Shrikaanth ©
</footer>
</html>