forked from schneems/ruby_view_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90c140c
commit a390d6f
Showing
4 changed files
with
62 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,35 @@ | ||
<h1> Hello</h1> | ||
|
||
|
||
<html> | ||
<body> | ||
<h1>You're using a layout</h1> | ||
<p> | ||
<h3> I'm a header</h3> | ||
<p>Put things in the header</p> | ||
<a href='http://google.com'>This is a link to google</a> | ||
<a href='me.html'>Me</a> | ||
|
||
</p> | ||
<hr /> | ||
<div> | ||
<h1> Hello</h1> | ||
<p> | ||
The time is now: | ||
2013-11-09 14:08:47 -0800 | ||
2013-11-09 14:37:56 -0800 | ||
</p> | ||
|
||
<p> | ||
My Name is: | ||
|
||
</p> | ||
|
||
|
||
</div> | ||
<hr /> | ||
<div> | ||
<h3> I'm a footer</h3> | ||
<p>Put things in the footer</p> | ||
<a href='http://google2222222.com'>This is a link to google2222222</a> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters