Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions fix-list-builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,11 @@ <h1>Group small repairs into one organized request.</h1>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>Owner-supplied materials may affect timing, compatibility and warranty coverage.</p>
</div>
</footer>
<script src="/assets/app.js"></script>
</body>
</html>
6 changes: 6 additions & 0 deletions inspection-report-repairs.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@ <h1>Sort inspection items into a practical repair path.</h1>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>Owner-supplied materials may affect timing, compatibility and warranty coverage.</p>
</div>
</footer>
<script src="/assets/app.js"></script>
</body>
</html>
6 changes: 6 additions & 0 deletions maintenance-plans.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@ <h1>Plan routine home maintenance before small issues stack up.</h1>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>Owner-supplied materials may affect timing, compatibility and warranty coverage.</p>
</div>
</footer>
<script src="/assets/app.js"></script>
</body>
</html>
Loading