Skip to content

Commit

Permalink
nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Nov 25, 2023
1 parent 8e98577 commit 44976c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
index.js,1700611124475,ea1830a4e51f6578671148636330f525df55489cfe1ef28c97c7aefd267cff91
server.js,1700855055047,a1c64777af615a43cc537080bcd7de40341b4b3ca288d62155de7e01263fe006
style.css,1700854143468,7b3b15787b8558fec3d9c912069ecba44af527a1e84edbc1c4605df3cc338daa
assets/img/Lanterna-restaurant.png,1700433650788,b2762ffb6762c82ca607b77748975324a55e0445be99f568da7e43c61c2a44fa
assets/img/bruschetta.jpeg,1700433650789,50d3334fa220bd2e34cdb852bc1de1b2cc3fbf9a2ed856ddcaa6cfe0eb53a59b
Expand All @@ -10,6 +12,4 @@ 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.js,1700611124475,ea1830a4e51f6578671148636330f525df55489cfe1ef28c97c7aefd267cff91
server.js,1700855055047,a1c64777af615a43cc537080bcd7de40341b4b3ca288d62155de7e01263fe006
index.html,1700869012912,191d0626d1f4fd8b83e9f20349abb039532f723f997d1d25f8b2d743b1b021dd
index.html,1700869612947,99046edc2a7f7ff9d61e582917980be83c00d3ba3f23d13f04a2623cc861b6fe
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/">
<link rel="stylesheet" href="../public/index.html">
<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 specials.html → public/specials.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
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="assets/img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/public/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
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="assets/style.css">
<link rel="stylesheet" href="/public/style.css">


<title>Specials</title>
Expand Down

0 comments on commit 44976c2

Please sign in to comment.