Skip to content

Instantly share code, notes, and snippets.

@jwohlfeil
Created February 14, 2017 12:34
Show Gist options
  • Save jwohlfeil/e6565d259622333c6a83ffaa4f1f0ca0 to your computer and use it in GitHub Desktop.
Save jwohlfeil/e6565d259622333c6a83ffaa4f1f0ca0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Weiterleitung</title>
<meta name="description" content="Weiterleitung Beschreibung" />
<meta name="keywords" content="Weiterleitung, Keywords" />
</head>
<frameset rows="100%">
<frame src="http://URL.de" title="" frameborder="0" noresize="noresize"/>
<noframes>
<body>
<h1>Name / URL</h1>
<p><a href="http://URL.de">Text / Name / URL</a></p>
</body>
</noframes>
</frameset>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment