1052Redirecting with meta & refresh

A basic redirect from one website to another:

<meta http-equiv="refresh" content="0; URL=https://www.trembl.org" />
  • content is the dealy in milliseconds
  • URL is the target url

192Mobile Safari/UIWebView Supported Meta Tags

MetaTags.html ConfiguringWebApplications.html <meta name=”apple-mobile-web-app-capable” content=”yes”> <meta name=”apple-mobile-web-app-status-bar-style” content=”none”> <meta name = “viewport” content = “width = device-width”> <meta name = “viewport” content = “initial-scale = 1.0, user-scalable = no”> <link rel=”apple-touch-icon” href=”/custom_icon.png”/> <link rel=”apple-touch-startup-image” href=”/startup.png”>