forked from DMzda/Artifact2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKeywords.html
80 lines (75 loc) · 3.28 KB
/
Keywords.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
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-168054076-1');
window.location = "https://thinkartifact.com/Glossary";
</script>
<meta charset="utf-8" />
<title>Artifact 2 Glossary</title>
<link rel="stylesheet" href="Styles/Standard.css">
<link rel="stylesheet" href="Styles/Keywords.css">
<link rel="stylesheet" href="Styles/Cards.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div id="SiteHeader">
<div id="SiteHeaderBackground">
<video preload="preload" id="header_video" autoplay loop muted>
<source src="Images/Styles/144px.mp4" type="video/mp4">
</video>
</div>
<div id="SiteHeaderInner">
<a href="index.html">
<div class="SiteHeaderButton SiteHeaderButtonUnselected">
<div class="SiteHeaderButtonText">CARD BROWSER</div>
</div>
</a>
<a href="DeckBuilder.html">
<div class="SiteHeaderButton SiteHeaderButtonUnselected">
<div class="SiteHeaderButtonText">DECK BUILDER</div>
</div>
</a>
<a href="DeckViewer.html">
<div class="SiteHeaderButton SiteHeaderButtonUnselected">
<div class="SiteHeaderButtonText">DECK VIEWER</div>
</div>
</a>
<div class="SiteHeaderButton SiteHeaderButtonSelected">
<div class="SiteHeaderButtonText">GLOSSARY</div>
</div>
<a href="ReportError.html">
<div class="SiteHeaderButton SiteHeaderButtonUnselected">
<div class="SiteHeaderButtonText">REPORT ERROR</div>
</div>
</a>
</div>
</div>
<div class="clear"></div>
<div id="PageHeader">
<div id="PageHeaderTitle" class="RestrictWidth">Artifact 2 Glossary</div>
</div>
<div class="RestrictWidth MovedContainerWrapper">
<div class="MovedContainerInner">
<h1>We've Moved!</h1>
This site has moved to <a href="https://thinkartifact.com">https://thinkartifact.com</a><br><br>
This version of the site is no longer being updated - please visit <a href="https://thinkartifact.com">Think Artifact</a> for the most up to date version.
</div>
</div>
<div id="PageContainer" class="RestrictWidth">
<div id="KeywordsPage"></div>
</div>
<div id="CardPreviewTooltip" class="CardContainerMiniPreview"> </div>
<div id="SpecialTextTooltip">
<div id="SpecialTextTitle">Title</div>
<div id="SpecialTextDesc">Desc</div>
</div>
<script src="main.js"></script>
<script src="js/Keywords.js"></script>
<script src="js/CardGenerator.js"></script>
<script>InitialisePage("Keywords");</script>
</body>
</html>