themagician.cc/index.html

21 lines
582 B
HTML
Raw Normal View History

2023-12-02 17:12:53 +00:00
<!DOCTYPE html>
<html lang="en">
2023-12-02 17:30:07 +00:00
<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" />
2023-12-02 17:35:11 +00:00
<link rel="stylesheet" href="./styles/common.css">
<link rel="stylesheet" href="./styles/starfield.css">
2023-12-02 17:31:59 +00:00
<title>The Magician</title>
2023-12-02 17:30:07 +00:00
</head>
<body>
2023-12-02 17:35:11 +00:00
<div class="starfield">
<div class="starfield__stars"></div>
</div>
2023-12-02 17:30:07 +00:00
</body>
2023-12-02 17:12:53 +00:00
</html>