Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Hello uses style.css
  • Loading branch information
WinGood committed Apr 11, 2015
commit f35aa33fb50ec2b96ad23f147585841ee74fdd6a
9 changes: 8 additions & 1 deletion lib/hello.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
<!-- Author: Marina Pushkova ([email protected]) -->
this is three commit
<html>
<head>
<link type="text/css" rel="stylesheet" media="all" href="style.css" />
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>