-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (73 loc) · 2.49 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
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Magic The Gathering</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<main>
<article>
<header>
<div></div>
<div></div>
<div></div>
<main>
In alchemy stage, use this card as a 3/3/5 energy source. This spell can not be countered.
</span>
</header>
<article></article>
<footer>
<div></div>
<div></div>
<div></div>
<main>
In battle stage, this card counts as a 4/4 blue creature with Flying ability. If any creature is
moved from the battle, this creature deals 2 damage to your opponent.
</span>
</footer>
</article>
<article>
<header>
<div></div>
<div></div>
<div></div>
<main>
In alchemy stage, use this card as a N/1/1 energy source. If you select to do so, you lose 2 lifes.
</main>
</header>
<article></article>
<footer>
<div></div>
<div></div>
<div></div>
<main>
In battle stage, this creature deals 2 damange to random enemy targets. If a White creature is
damaged, this creature deals another 2 damage to random enemy targets. Keep doing this until no
White creature get damaged.
</main>
</footer>
</article>
<article>
<header>
<div></div>
<div></div>
<div></div>
<main>
In alchemy stage, use this card as a 1/1/0 energy source. If it's countered by an opponent, that
opponent get -1/-2/-1 in his/her next alchemy stage and all his/her creature can not be tapped
during the next maintainanse.
</main>
</header>
<article></article>
<footer>
<div></div>
<div></div>
<div></div>
<main>
This creature can not be destroyed and countered.
</main>
</footer>
</article>
</main>
</body>
</html>