Update pwa2.html

This commit is contained in:
2019-05-10 19:41:43 -04:00
committed by GitHub
parent 430a30b942
commit e96921763c
+1 -3
View File
@@ -21,12 +21,10 @@
}
</script>
</head>
<body onload="onLoad();">
<frameset rows = "100%">
<frameset rows = "100%" onload="onLoad();">
<frame name = "top" src = "http://www.textnow.com" />
<noframes>
<body>The browser you are working does not support frames.</body>
</noframes>
</frameset>
</body>
</html>