-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathredirect.html
More file actions
36 lines (36 loc) · 1.48 KB
/
redirect.html
File metadata and controls
36 lines (36 loc) · 1.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BGGCC - Moved to another place</title>
<link rel="stylesheet" href="style.css" media="all">
<script src="scripts.js"></script>
<link rel="shortcut icon" href="favicon2.ico" type="image/ico">
<link rel="preload" href="loading.gif" as="image" type="image/gif">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
</head>
<body>
<header>
<h1><span>BGG</span> Collection Comparison Tool - Moved to another place</h1>
</header>
<main>
<div class="content">
<h2>Welcome</h2>
<p>Compare a user's BoardGameGeek collection to another user's collection.</p>
</div>
<div class="content">
<h2>Tool has moved to another place on the Internet</h2>
<p>Maintainance of the BGG Collection Comparions Tool has been handed over to <a href="https://boardgamegeek.com/profile/banaan666">banaan666</a>.</p>
<p>To keep things simple it was agreed upon to move the hosting of the tool.</p>
<p>You can now find it at:</p>
<ul>
<li><a href="https://www.boardgamestuff.net/BGGCC/">https://www.boardgamestuff.net/BGGCC/</a></li>
</ul>
</div>
</main>
<footer>
<p><img src="powered_by_logo_01_SM.jpg" alt="Powered by BGG"/></p>
<p>version 2.1 by <a href="https://boardgamegeek.com/profile/DraedGhawl">DraedGhawl</a> and <a href="https://boardgamegeek.com/profile/banaan666">banaan666</a></p>
</footer>
</body>
</html>