scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" ng-app="scratch">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -20,11 +20,14 @@
<!-- Site-wide style CCS -->
<link href="css/style.css" rel="stylesheet">
<!-- Scratch Angular Includes -->
<ng-include src="'html/scratch-head-last.html'"></ng-include>
</head>
 
<body>
<!-- Include first body content -->
<div id="scratch-body-first"></div>
<!-- <div id="scratch-body-first"></div> -->
<ng-include src="'html/scratch-body-first.html'"></ng-include>
<!-- Main component for a primary marketing message or call to action -->
<div class="paralax-background"></div>
@@ -199,10 +202,5 @@
});
});
</script>
<script>
$(document).ready(() => {
$("#scratch-body-first").load("inc/scratch-body-first.html");
});
</script>
</body>
</html>