Skip to content

Commit

Permalink
adding cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Nov 24, 2023
1 parent f577c38 commit 8e98577
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
index.html,1700854809468,6e025756f15e5b9baa123c9c3015ef84cbf51bd47f07b4fb7448d123d5ab4626
style.css,1700854143468,7b3b15787b8558fec3d9c912069ecba44af527a1e84edbc1c4605df3cc338daa
assets/img/Lanterna-restaurant.png,1700433650788,b2762ffb6762c82ca607b77748975324a55e0445be99f568da7e43c61c2a44fa
assets/img/bruschetta.jpeg,1700433650789,50d3334fa220bd2e34cdb852bc1de1b2cc3fbf9a2ed856ddcaa6cfe0eb53a59b
Expand All @@ -11,3 +10,6 @@ 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
5 changes: 3 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
<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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"/>
<title>Lanterna</title>

<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/style.css">
<link rel="stylesheet" href="../public/">
<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

0 comments on commit 8e98577

Please sign in to comment.