28 lines
602 B
HTML
28 lines
602 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Holo Effekt</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="" />
|
|
<link rel="stylesheet" href="./style.css" />
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div class="pk">
|
|
<img
|
|
class="front-image"
|
|
src="img/mewtwo.png"
|
|
alt="Here your Text"
|
|
/>
|
|
<img
|
|
class="bg-image"
|
|
src="img/card.jpg"
|
|
alt="Here your Text"
|
|
/>
|
|
</div>
|
|
|
|
<!-- partial -->
|
|
</body>
|
|
</html>
|