pages/index.html

11 lines
295 B
HTML
Raw Normal View History

2024-07-09 15:02:44 +02:00
<!DOCTYPE html>
2024-07-09 15:03:25 +02:00
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; url=https://tsugu.xyz">
<link rel='stylesheet' type='text/css' href='style.css'>
</head>
<body>
<h1>"Redirecting to a new domain...</h1>
</body>
</html>