Update index.html

This commit is contained in:
2019-05-13 19:55:27 -04:00
committed by GitHub
parent e38fa6d9c5
commit 318320e73e
+3 -6
View File
@@ -21,10 +21,7 @@
}
</script>
</head>
<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>
<iframe src="http://www.textnow.com"></iframe>
</body>
</html>