mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
11 lines
177 B
HTML
11 lines
177 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>the "frameset" element is obsolete</title>
|
||
|
|
<meta charset=utf-8>
|
||
|
|
</head>
|
||
|
|
<frameset>
|
||
|
|
<frame src="url">
|
||
|
|
<frame src="url2">
|
||
|
|
</frameset>
|
||
|
|
</html>
|