-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathabout.html
123 lines (117 loc) · 6.5 KB
/
about.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="OvO Mod Client">
<meta property="og:site_name" content="OvO Modded">
<meta property="og:description"
content="This is a mod client made by drakeerv to play OvO either modded or vanilla. Special thanks to annihilazer and skymen for helping with some of the mods!">
<meta property="og:type" content="website">
<meta property="og:image" content="icons/icon-512x512.png">
<title>OvO Modded About</title>
<link rel="icon" href="icons/icon-512x512.png">
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"
integrity="sha384-ZWVWHtVXe6iXlrq2TaMORj9u/iKpANXPxjPc22YgKh1GD2fGLeNV3W+0cJtM09RF" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="//cdn.polyfill.io/v3/polyfill.min.js"></script>
<script async src="//www.googletagmanager.com/gtag/js"></script>
<script src="analytics.js"></script>
</head>
<body class="bootstrap bg-dark text-light pt-5">
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand ps-3 navbar-special-ukraine" href="/">
<img src="icons/icon-512x512.png" width="30" height="30" class="d-inline-block align-top"
alt="OvO Branding Logo">
OvO Modded
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="settings.html">Settings</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold" href="modcreator/index.html">Mod Creator (NEW)</a>
</li>
</ul>
</div>
<ul class="nav navbar-nav ml-auto">
<h3 link="//dedragames.com/" alt="Dedra Website" class="pe-3 bi bi-globe clickable-link"></h3>
<h3 link="//discord.com/invite/jfWkSfxXZ8" alt="Discord Server" class="pe-3 bi bi-discord clickable-link">
</h3>
</ul>
</nav>
<div class="bg-primary text-white p-5 text-center">
<h1>About</h1>
<p>About OvO Modloader.</p>
</div>
<div class="container-fluid jumbotron">
<br />
<div class="col-sm-8 mx-auto">
<h1>About</h1>
<p>I am drakeerv, I love to code and OvO. Once I saw that you could mod OvO I wanted to do it, however, it
is difficult in finding the scripts and if you don't have dev tools it can be a hassle. As a result, I
made this website to be an easy way to mod OvO with more mods and custom mods.</p>
<p>
<a class="btn btn-primary text-white" href="index.html" role="button">Lets Play! »</a>
</p>
<br />
<h1>Alternate Links</h1>
<ul class="list-group">
<li link="//ovo.drakefletcher2.repl.co/"
class="bg-black text-light list-group-item list-group-item-action list-group-item-dark clickable-link hover-pulse">
repl.co</li>
<li link="//ovo-modded.netlify.app/"
class="bg-black text-light list-group-item list-group-item-action list-group-item-dark clickable-link hover-pulse">
netlify.app</li>
<li link="//ovo.drakeerv.com/"
class="bg-black text-light list-group-item list-group-item-action list-group-item-dark clickable-link hover-pulse">
drakeerv.com</li>
<li link="//ovo-5yu.pages.dev/"
class="bg-black text-light list-group-item list-group-item-action list-group-item-dark clickable-link hover-pulse">
pages.dev</li>
<li link="//ovo-modloader.github.io/"
class="bg-black text-light list-group-item list-group-item-action list-group-item-dark clickable-link hover-pulse">
github.io</li>
<li link="//drakeerv.github.io/OvO/"
class="bg-black text-light list-group-item list-group-item-action list-group-item-dark clickable-link hover-pulse">
github.io</li>
<li link="//ovo.onrender.com/"
class="bg-black text-light list-group-item list-group-item-action list-group-item-dark clickable-link hover-pulse">
onrender.com</li>
<li link="//ovo-alpha.vercel.app/"
class="bg-black text-light list-group-item list-group-item-action list-group-item-dark clickable-link hover-pulse">
vercel.app</li>
<li link="//ovo-e3zwo.kinsta.page/"
class="bg-black text-light list-group-item list-group-item-action list-group-item-dark clickable-link hover-pulse">
kinsta.page</li>
</ul>
</div>
<br />
</div>
<footer class="footer sticky-bottom bg-dark text-center text-white">
<div class="text-center p-3" style="width: 100%; background-color: rgba(0, 0, 0, 0.2);">
Made by drakeerv with help from annihilazer, skymen, and the
<a class="text-light" href="//discord.com/invite/jfWkSfxXZ8">OvO Community</a>
</div>
</footer>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>