Created
September 25, 2013 08:25
-
-
Save thoward/6696659 to your computer and use it in GitHub Desktop.
Example of SSI includes for testing.
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
<html> | |
<body> | |
<h1>Party time!</h1> | |
<!--#include virtual="quote.html" --> | |
</body> |
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
<h2> Excellent!</h2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment