-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
56 lines (49 loc) · 1018 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Matching Card Games</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
</head>
<body>
<a href="https://magic-matchingcards.netlify.app/">
<aside>
<img src="img/button1.png"/>
</aside>
</a>
<a href="https://yugioh-matchingcards.netlify.app/">
<aside>
<img id='magic' src="img/button2.png"/>
</aside>
</a>
<div>
<section id='0'>
</section>
<section id='1'>
</section>
<section id='2'>
</section>
<section id='3'>
</section>
<section id='4'>
</section>
<section id='5'>
</section>
<section id='6'>
</section>
<section id='7'>
</section>
<section id='8'>
</section>
<section id='9'>
</section>
<section id='10'>
</section>
<section id='11'>
</section>
</div>
<a><img onclick='Match.restart()' src="img/restart.jpeg"/></a>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>