RedirX/with-javascript/redirX.html

17 lines
503 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title> redirX 1.0 </title>
<link rel="stylesheet" href="assets/main/css/index.css">
</head>
<body>
<!-- Make sure to edit this part to your needs -->
<h1> Redirecting to... [Insert Page Name Here] </h1>
<iframe src="assets/main/pages/animation.html" length=500px width=500px>
<!-- You must specify the page you are directing to below! -->
<meta http-equiv="refresh" content="1 URL=example.html"/>
</body>
</html>