scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 100  →  ?path2? @ 101
/index.html
@@ -23,7 +23,9 @@
</head>
 
<body>
<!-- Include first body content -->
<div id="scratch-body-first"></div>
<!-- Main component for a primary marketing message or call to action -->
<div class="paralax-background"></div>
<div class="jumbotron">
@@ -203,5 +205,10 @@
});
});
</script>
<script>
$(document).ready(() => {
$("#scratch-body-first").load("inc/scratch-body-first.html");
});
</script>
</body>
</html>