Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<base target="_content">
</head>
<frameset title="World of Warcraft Online Help" rows="135,*,38" framespacing="0" border="false" frameborder="0">
<frame name="TopBorder" src="Layout/TBorder.html" frameborder="0" marginheight="0" marginwidth="0" noresize="true" scrolling="no"></frame>
<frameset cols="48,250,10,*,35" framespacing="0" border="false" frameborder="0">
<frame name="Left" src="Layout/LBorder.html" frameborder="0" marginheight="0" marginwidth="0" noresize="true" scrolling="no"></frame>
<frame name="Topic" src="ReadMe/(PC)ReadMeMenu.html" frameborder="0" marginheight="0" marginwidth="0" noresize="" scrolling="no"></frame>
<frame name="CSpacer" src="Layout/CSpacer.html" frameborder="0" marginheight="0" marginwidth="0" noresize="true" scrolling="no"></frame>
<frame name="content" src="Layout/Greeting.html" frameborder="0" marginheight="0" marginwidth="0" noresize="true" scrolling="yes"></frame>
<frame name="Right" src="Layout/RBorder.html" frameborder="0" marginheight="0" marginwidth="0" noresize="true" scrolling="no"></frame>
</frameset>
<frame name="BSpacer" src="Layout/BSpacer.html" frameborder="0" marginheight="0" marginwidth="0" noresize="true" scrolling="no"></frame>
<frameset>
<noframes>
Ihr browser unterstützt keine Frames. Bitte benutzen sie einen anderen Browser oder führen sie ein Upgrade ihres Browsers durch
</noframes>
<script language="javascript">
var Platform = "PC";
if (navigator.userAgent.indexOf('Mac') != -1)
{
Platform = "Mac";
document.parent.Topic.location = "../ReadMe/(Mac)ReadMeMenu.html";
document.parent.content.location = "../ReadMe/(Mac)Foreword.html";
}
</script>
</html>