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
Alejandro Corredor
committed
Mar 5, 2015
1 parent
41edf39
commit e2021de
Showing
5 changed files
with
94 additions
and
7 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
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,37 @@ | ||
<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='me.html'>Me</a> | ||
<p> | ||
If you want to check out some soccer go to | ||
<a href = 'http://marca.com'> MARCA </a> | ||
</p> | ||
</p> | ||
<hr /> | ||
<div> | ||
<h1> Hello</h1> | ||
<p> | ||
The time is now: | ||
2015-03-02 13:18:15 -0500 | ||
2015-03-05 18:34:04 -0500 | ||
</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://Lnkdin.me/AlejandroCorredor'> LinkedIn Profile </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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
foo | ||
|
||
|
||
<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='me.html'>Me</a> | ||
<p> | ||
If you want to check out some soccer go to | ||
<a href = 'http://marca.com'> MARCA </a> | ||
</p> | ||
</p> | ||
<hr /> | ||
<div> | ||
foo | ||
</div> | ||
<hr /> | ||
<div> | ||
<h3> I'm a footer</h3> | ||
<p>Put things in the footer</p> | ||
<a href = 'http://Lnkdin.me/AlejandroCorredor'> LinkedIn Profile </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