Update 'with-javascript/redirX.html'

This commit is contained in:
JaydenMW 2021-03-18 18:24:40 +00:00
parent ea475fbdcf
commit 321bc00d42
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
<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=100px width=100px>
<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="time; URL=new_url"/>
<meta http-equiv="refresh" content="1 URL=example.html"/>
</body>
</html>