Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Malygin_Nikolay committed Dec 7, 2023
0 parents commit 4de27dd
Show file tree
Hide file tree
Showing 14 changed files with 109 additions and 0 deletions.
18 changes: 18 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"files": {
"main.css": "/cyberblogx/static/css/main.0c0bf305.css",
"main.js": "/cyberblogx/static/js/main.50680081.js",
"static/media/post-image.jpg": "/cyberblogx/static/media/post-image.f945ac267214d4f14e5c.jpg",
"static/media/background.png": "/cyberblogx/static/media/background.ab3b3249f28fce47bdad.png",
"index.html": "/cyberblogx/index.html",
"static/media/user-placeholder.webp": "/cyberblogx/static/media/user-placeholder.44209727dfdcfd408d33.webp",
"static/media/footerline.svg": "/cyberblogx/static/media/footerline.589b32e385025748c2c60dffd4f9c557.svg",
"static/media/headerline.svg": "/cyberblogx/static/media/headerline.a093d5060e2de5a65397302fcfac980f.svg",
"main.0c0bf305.css.map": "/cyberblogx/static/css/main.0c0bf305.css.map",
"main.50680081.js.map": "/cyberblogx/static/js/main.50680081.js.map"
},
"entrypoints": [
"static/css/main.0c0bf305.css",
"static/js/main.50680081.js"
]
}
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>CyberBlogX</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"/><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"/><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script><script defer="defer" src="/cyberblogx/static/js/main.50680081.js"></script><link href="/cyberblogx/static/css/main.0c0bf305.css" rel="stylesheet"></head><body><div id="root" class="min-vh-100"></div></body></html>
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions static/css/main.0c0bf305.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.0c0bf305.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions static/js/main.50680081.js

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions static/js/main.50680081.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @remix-run/router v1.12.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router DOM v6.19.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.19.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
1 change: 1 addition & 0 deletions static/js/main.50680081.js.map

Large diffs are not rendered by default.

Binary file added static/media/background.ab3b3249f28fce47bdad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/media/footerline.589b32e385025748c2c60dffd4f9c557.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/media/headerline.a093d5060e2de5a65397302fcfac980f.svg
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 static/media/post-image.f945ac267214d4f14e5c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 4de27dd

Please sign in to comment.