default.htm Page Redirect


/ Published in: HTML
Save to your folder(s)

Can be used as default.htm page to redirect to the desired page


Copy this code and paste it in your HTML
  1. <html>
  2. <head>
  3. <meta http-equiv="refresh" content="0;url=mypage.aspx" />
  4. </head>
  5. <body>
  6. </body>
  7. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.