themagician.cc/index.html

15 lines
420 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:31:59 +00:00
<title>The Magician</title>
2023-12-02 17:30:07 +00:00
</head>
<body>
<h1>Hello, world</h1>
</body>
2023-12-02 17:12:53 +00:00
</html>