Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8670d99 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Aug 7, 2024
1 parent f43a36a commit 57c555a
Show file tree
Hide file tree
Showing 8 changed files with 536 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
37 changes: 37 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>cookbook</title>
<!-- The `react-native-web` recommended style reset: https://necolas.github.io/react-native-web/docs/setup/#root-element -->
<style id="expo-reset">
/* These styles make the body full-height */
html,
body {
height: 100%;
}
/* These styles disable body scrolling if you are using <ScrollView> */
body {
overflow: hidden;
}
/* These styles make the root element full-height */
#root {
display: flex;
height: 100%;
flex: 1;
}
</style>
<link rel="shortcut icon" href="/cookbook/favicon.ico" /></head>

<body>
<!-- Use static rendering with Expo Router to support running without JavaScript. -->
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<!-- The root element for your Expo app. -->
<div id="root"></div>
<script src="/cookbook/_expo/static/js/web/AppEntry-3e403e21eb0d6470ee3c23407a8c7453.js" defer></script>
</body>
</html>
461 changes: 461 additions & 0 deletions _expo/static/js/web/AppEntry-3e403e21eb0d6470ee3c23407a8c7453.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>cookbook</title>
<!-- The `react-native-web` recommended style reset: https://necolas.github.io/react-native-web/docs/setup/#root-element -->
<style id="expo-reset">
/* These styles make the body full-height */
html,
body {
height: 100%;
}
/* These styles disable body scrolling if you are using <ScrollView> */
body {
overflow: hidden;
}
/* These styles make the root element full-height */
#root {
display: flex;
height: 100%;
flex: 1;
}
</style>
<link rel="shortcut icon" href="/cookbook/favicon.ico" /></head>

<body>
<!-- Use static rendering with Expo Router to support running without JavaScript. -->
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<!-- The root element for your Expo app. -->
<div id="root"></div>
<script src="/cookbook/_expo/static/js/web/AppEntry-3e403e21eb0d6470ee3c23407a8c7453.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":0,"bundler":"metro","fileMetadata":{}}

0 comments on commit 57c555a

Please sign in to comment.