Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Truckerbug committed Oct 13, 2023
1 parent f2cc56f commit bcf191a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pages/cafe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ <h2 class="menuTitle">Food, made fresh and hot (or cold!) to your order.</h2>
<br>
<div id="fooditems">
<br>
<div class="special">
<h3 class="whitebackground">All You Can Eat $12.00</h3>
</div>
<h3 class="foodTitle">Breakfast</h3>
<div id="linebreaks">
<br> <br> <br> <br>
Expand Down
2 changes: 1 addition & 1 deletion pages/cafe/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function update_content(){
var newDoc = document.open("text/html", "replace");
newDoc.write(page_html);
newDoc.close();

``
});

}
Expand Down

0 comments on commit bcf191a

Please sign in to comment.