9 lines
193 B
HTML
9 lines
193 B
HTML
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" media="all" href="lib/style.css" />
|
|
</head>
|
|
<body>
|
|
<iframe src="lib/hello.html" width="200" height="200" />
|
|
</body>
|
|
</html>
|