-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
24 lines (24 loc) · 1.02 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
<!doctype html>
<html>
<head>
<title>FFRK Lookup</title>
<script type="text/javascript" src="scripts/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/ffrk.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body id="body">
<div class='banner'>
<div class='link-container container'>
<img src="images/tyro-32.png" alt="FFRK Lookup">
<a class='banner__link' href="https://www.ffrklookup.com/">Home</a>
<a class='banner__link' href="about.html">About</a>
<a class='banner__link' href="tutorial.html">Tutorial</a>
<a class='banner__link' href="donate.html">Donate</a>
</div>
</div>
<div class="content container">
<h1 id="title" class="title">FFRK Lookup</h1>
<p class='sm-text'>Welcome to FFRK Lookup! You can use this site to look up Soul Breaks, Legend Materia, and more for the mobile game Final Fantasy Record Keeper.<br/>Need help? Check out our tutorial!</p>
</div>
</body>
</html>