26 lines
900 B
HTML
26 lines
900 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="MobileOptimized" content="320" />
|
|
<meta name="HandheldFriendly" content="true" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie-edge">
|
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
|
|
|
|
<link rel="stylesheet" href="./styles/common.css">
|
|
<link rel="stylesheet" href="./styles/starfield.css">
|
|
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard.css">
|
|
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard-deal.css">
|
|
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard-flip.css">
|
|
|
|
<title>The Magician</title>
|
|
</head>
|
|
<body>
|
|
<div class="starfield">
|
|
<div class="starfield__stars"></div>
|
|
</div>
|
|
|
|
<div class="center-grid"></div>
|
|
</body>
|
|
</html>
|