forked from nxrvi/rbwrmultitoolweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (57 loc) · 2.92 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
65
66
67
<!doctype html>
<html class="no-js" lang="en-UK">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RBWR Multitool Web</title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="">
<meta property="og:title" content="RBWR Multipurpose Tool">
<meta property="og:url" content="https://nxrvi.github.io/rbwrmultitoolweb/index.html">
<meta property="og:image" content="https://nxrvi.github.io/rbwrmultitoolweb/img/img.png">
<meta property="og:image:alt" content="">
<meta content="made as a Website for Ease of Access" property="og:description" />
<meta content="#333" data-react-helmet="true" name="theme-color"/>
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/rbwricon.png" type="any">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/rbwricon.svg" type="img/svg">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#333">
</head>
<body>
<div class="navbar">
<div class="logo">
<a href="index.html"><img src="rbwricon.png" alt="Logo"></a>
<a href="https://github.com/nxrvi/rbwrmultitoolweb/" target="_blank" class="github-icon-link">
<img src="img/github-mark-white.png" alt="GitHub Repository" class="github-icon">
</a>
</div>
<div class="nav-links-div">
<a class="nav-links-divider">RBWR</a>
<a class="nav-links" href="tools/pointscalc.html">Points Calculator</a>
<a class="nav-links" href="tools/demandcalc.html">Demand to APR</a>
<a class="nav-links-divider">RPWR</a>
<a class="nav-links" href="page3.html">Work in Progress</a>
<a class="nav-links" href="page4.html">Work in Progress</a>
</div>
</div>
<header class="hero">
<img src="img/reactor_stuff.webp" alt="Hero Image">
<div class="hero-text">
<h1>Welcome to the Web Version of the RBWR Multipurpose Tool!</h1>
<p>Made by the Community, for the Community.</p>
</div>
<div class="credits">
<p>Photo by <a href="https://discord.com/channels/1020732466882945054/1053932913672073236/1057510339660480512" target="_blank" rel="noopener noreferrer">cedrik_boi</a> from
<a href="https://discord.com/invite/rbwr" target="_blank" rel="noopener noreferrer">RBWR Community Server</a>
<a href="https://discord.com/channels/1020732466882945054/1053932913672073236" target="_blank" rel="noopener noreferrer">#gameplay-photos</a></p>
</div>
</header>
<footer>
<p>© 2024 × This project is protected by the terms of the GPL-3.0 License. Icon owned by RBWR. Photos credited accordingly</p>
</footer>
<script src="js/app.js"></script>
</body>
</html>