17 lines
478 B
HTML
17 lines
478 B
HTML
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="split.css">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<title>notes</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<iframe src="index.html" id="left" name="left"></iframe>
|
|
<iframe src="index.html" id="right" name="right"></iframe>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |