-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeck-check.html
75 lines (69 loc) · 3.06 KB
/
deck-check.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="falsepopsky" />
<meta name="description" content="Yu-Gi-Oh! Forbidden Memories Database, a simple way to search cards to fusion" />
<meta name="keywords" content="Yu-Gi-Oh!, YuGiOh, Forbidden Memories, playstation, database, Fusion" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Yu-Gi-Oh! Forbidden Memories Database" />
<meta property="og:description"
content="Yu-Gi-Oh! Forbidden Memories Database, a simple way to search cards to fusion." />
<meta property="og:url" content="https://falsepopsky.github.io/YGO-FM-Database/" />
<meta name="url" content="https://falsepopsky.github.io/YGO-FM-Database/" />
<link rel="canonical" href="https://falsepopsky.github.io/YGO-FM-Database/" />
<link rel="icon" type="image/x-icon" href="public/images/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="public/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="public/css/home.css" />
<title>Deck Check</title>
</head>
<body>
<header class="header-container">
<nav class="header-nav">
<div class="header-nav-logo">
<a class="general-link" href="index.html">
<img class="image-logo" src="public/images/logo.png" alt="Yu-Gi-Oh! Forbidden Memories Logo" width="72"
height="50" />
</a>
</div>
<div class="header-nav-navigation">
<ul class="header-nav-navigation-list">
<li class="header-nav-navigation-item">
<a class="header-nav-link" href="fusion-search.html">Fusion Search</a>
</li>
<li class="header-nav-navigation-item">
<a class="header-nav-link" href="deck-check.html">Deck Check</a>
</li>
<li class="header-nav-navigation-item">
<a class="header-nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="main-container">
<p>
work in progress
</p>
</main>
<footer class="footer-container">
<section class="footer-top">
<a class="general-link" href="https://github.com/falsepopsky/YGO-FM-Database/" rel="noopener noreferrer"
target="_blank">
<img loading="lazy" class="gh-logo" src="https://img.icons8.com/fluent/48/000000/github.png"
alt="GitHub Repo" />
</a>
<a class="general-link" href="index.html" rel="noopener noreferrer">
<img loading="lazy" class="millennium-pendant" src="public/images/item.png" alt="millennium pendant" />
</a>
</section>
<section class="footer-bottom">
<p>Yu-Gi-Oh! Forbidden Memories Database © 2021</p>
</section>
</footer>
</body>
</html>