initial commit
This commit is contained in:
24
Pages/Card Pokemon.html
Normal file
24
Pages/Card Pokemon.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=*, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../css/Card Pokemon.css">
|
||||
<link rel="icon" href="img/Palkia.ico" type="image/x-icon">
|
||||
|
||||
<title>Card Effect Pokémon</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="card">
|
||||
<div class="content-card"><img src="../img/Carte.png" alt="">
|
||||
</div>
|
||||
<div class="glow"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="../JS/script.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user