Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<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>
4 changes: 2 additions & 2 deletions lib/hello.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- Author: Marina Pushkova ([email protected]) -->
<html>
<head>
<!-- no style -->
<link type="text/css" rel="stylesheet" media="all" href="style.css" />
</head>
<body>
<h1>Hello, World! Life is great!</h1>
</body>
</head>
</html>
3 changes: 3 additions & 0 deletions lib/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1{
color: red;
}