themagician.cc/index.html

21 lines
582 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">
<title>The Magician</title>
</head>
<body>
<div class="starfield">
<div class="starfield__stars"></div>
</div>
</body>
</html>