-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (51 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>OpenDriver2</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Oswald&display=swap" rel="stylesheet">
</head>
<body>
<section>
<div class="container">
<div class="title">
<span class="warn">REDRIVER2</span> - open-source reimplementation of Driver 2
</div>
<hr>
<div style="margin-bottom: 3px">
<div class="bull"> Game source code has been restored using original symbols</span>
<div class="bull"> Significant <a href="https://github.com/OpenDriver2/REDRIVER2/wiki/Changes-from-Driver-2-v1.0">improvements over original PS1 version</a> including bug fixes and restoration of cut features</span>
<div class="bull"> Improved visuals such as proper widescreen mode, increased draw distance and PGXP with Z-buffer</span>
<div class="bull"> Native cross-platform - runs on <span class="warn">Windows</span>, <span class="warn">Linux</span> and in <span class="warn">Web-browser</span></span>
</div>
<hr>
<div class="row">
<div id="link" class="col-xs-4">
<a class="button" href="https://github.com/OpenDriver2/REDRIVER2/releases">STABLE RELEASE</a>
</div>
<div id="link" class="col-xs-4">
<a class="button" href="https://ci.appveyor.com/project/SoapyMan/redriver2-10jm8">DEVELOPMENT BUILDS</a>
</div>
<div id="link" class="col-12">
<a class="button" href="webgame">PLAY IN WEB-BROWSER</a>
</div>
</div>
<div class="row">
<div class="col-12">
<span class="warn">DISCLAIMER</span> - CD contents of the game are not included into releases or development builds.
</div>
</div>
<hr>
<div class="credits">
By SoapyMan
- <a target="_blank" href="https://github.com/SoapyMan">GitHub</a>
- <a target="_blank" href="https://buymeacoffee.com/SoapyMan">Buy me a coffee!</a>
</div>
</div>
</section>
</body>
</html>