-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.html
88 lines (83 loc) · 4.25 KB
/
install.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Install - Encore</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="images/encore-favicon.png">
</head>
<header>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-grid">
<a class="logo">
<img src="images/encore-text-white.png" style="height: 5em;" alt="encore logo"></img>
</a>
<p id="splash">
<script src="splashtext.js"></script>
</p>
<div class="flexbox">
<a href="https://discord.gg/6pfZn9EStB">
<img src="images/discord-mark-white.png" class="header-icons" alt="Join the Encore Discord">
</a>
<a href="https://github.com/Encore-Developers/Encore">
<img src="images/github-mark-white.png" class="header-icons" alt="Open the Encore GitHub">
</a>
</div>
</div>
</header>
<nav class="usable-area">
<a href="index.html">About</a>
<a href="install.html">Install</a>
<a href="">Changelogs</a>
<a href="credits.html">Credits</a>
<a href="download.html">Guides</a>
</nav>
<main>
<div class="main-grid">
<div class="mini-grid">
<h1 class="mini-grid">Install</h1>
<p class="mini-grid">
(If you don't know which one to pick choose Nightly or Stable... If you use Mac, use Action builds.)
<br></br>
<a class="textLinks" href="https://github.com/Encore-Developers/Encore/releases">Stable Releases</a>
<a class="textLinks" href="https://github.com/Encore-Developers/Encore/actions">Action Builds</a>
<a class="textLinks" href="https://nightly.link/Encore-Developers/Encore/workflows/build/main/Encore_Win_x64.zip">Nightly - Windows (64-bit)</a>
<a class="textLinks" href="https://nightly.link/Encore-Developers/Encore/workflows/build/main/Encore_Win_x86.zip">Nightly - Windows (32-bit)</a>
<a class="textLinks" href="https://nightly.link/Encore-Developers/Encore/workflows/build/main/Encore_Linux_x64.zip">Nightly - Linux (64-bit)</a>
</p>
<p class="mini-grid">
<br></br>
<a class="textLinks" href="https://fnlookup.github.io/encore/">Install verified songs here!</a>
</p>
</div>
<div class="main-grid-side">
<h1 class="main-grid-side">Announcements</h1>
<p class="main-grid-side">
hi light announcement but
IF YOU'RE PLAYING SOME OF THE LATEST BUILDS. PLEASE DELETE YOUR PLAYER FILE. [If you have one from a prior build] SAVE YOUR OPTIONS BEFORE BOOTING NEXT.
if it seems like im going really hard on telling people to do this, its because i do not want to see that old players.json used anywhere 😭🙏
it served its purpose and is gone
- 3drosalia/marie
</p>
</div>
</div>
</main>
<footer>
<div class="footer-styles">
<img src="images/encore-favicon.png" style="height: 6em; padding: 0.25em;"></img>
<p class="footer-text">Encore is brought to you by Encore Developers
<br>Website made by 3drosalia/marie feat. It's Only Connor
<br>You lost The Game
</p>
</div>
</footer>
</html>