Skip to content

Commit

Permalink
nothiing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Nov 25, 2023
1 parent 44976c2 commit f8cf9e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ assets/img/pizza.jpg,1700433650807,ee9fc3dda0fbbeda217d7b842d07814d014ddcbb9e192
assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe59fff8864ab7110aca18784231930ddf6a
assets/img/splash.png,1700433650808,c1a44dfb9da2f771b569b6adfc3e67286d1cfd9fb62e4793241ad96123d65779
assets/img/tomato.png,1700433650808,d2cced917bbe44711ebe858aca91a07a752baed8b3785dfdd6ecd25477144cc5
index.html,1700869612947,99046edc2a7f7ff9d61e582917980be83c00d3ba3f23d13f04a2623cc861b6fe
specials.html,1700871340100,cf83f1aa7678875cd09b841a4f1f6dbbe1c40227862a081be7b192fded989dd1
index.html,1700871254735,d21aec3f064991c17ed2e156cc006260883f20c91c678300b93bd4f300f6ff84
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link
href="https://fonts.googleapis.com/css2?family=Allura&family=Josefin+Sans&family=Montserrat:wght@300&family=Parisienne&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="../public/index.html">
<link rel="stylesheet" href="/public/style.css">
<link rel="stylesheet" href="/public/specials.html">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions public/specials.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/e387ff95d3.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/4cf7e7bf8a.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="/public/assets/img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link
Expand Down Expand Up @@ -94,6 +94,6 @@ <h1>Specials</h1>


</body>
<script src="/index.js"></script>
<script src="/public/index.js"></script>

</html>

0 comments on commit f8cf9e2

Please sign in to comment.