-
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
160422a
commit dacd11a
Showing
9 changed files
with
404 additions
and
29 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<link href="./assets/css/_usa-banner.css" type="stylesheet"> | ||
|
||
|
||
<div id="content"></div> | ||
|
||
<p>This is a test to pull in one HTML file and load it into a div on the index page.</p> | ||
<p>The issue is that I cannot get the sass file to generate a stylesheet (usa-banner).</p> | ||
|
||
<p>Note: The intention here is to minimize dependancy on pre-processors and compilers. I want to be able to generate the CSS files and use them wiothout the need to regenerate them again.</p> | ||
|
||
<script type="text/javascript"> | ||
function load_home() { | ||
document.getElementById("content").innerHTML='<object type="text/html" data="pages/banner.html" ></object>'; | ||
} | ||
|
||
load_home(); | ||
</script> |
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
Oops, something went wrong.