introduction-website/src/redirect.html

13 lines
339 B
HTML
Raw Normal View History

2024-08-29 17:12:40 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting...</title>
<link rel="stylesheet" href="css/main.css">
<script src="js/redirect.js" type="module"></script>
</head>
<body>
<h1>Redirecting...</h1>
</body>
</html>