Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv425 committed Feb 8, 2024
1 parent 3d5e995 commit 680f21c
Show file tree
Hide file tree
Showing 28 changed files with 313 additions and 0 deletions.
28 changes: 28 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"files": {
"main.css": "/static/css/main.578f451f.css",
"main.js": "/static/js/main.994fe7cf.js",
"static/js/592.b4727014.chunk.js": "/static/js/592.b4727014.chunk.js",
"static/media/trl_who_we_are_2.webp": "/static/media/trl_who_we_are_2.9070410399e06de41e3f.webp",
"static/media/trl_express_who_we_are_3.webp": "/static/media/trl_express_who_we_are_3.972eab8a04e6992e14fd.webp",
"static/media/capanno.webp": "/static/media/capanno.7232968c43b203fc7674.webp",
"static/media/capanno2.webp": "/static/media/capanno2.90739b0aec9383c750c0.webp",
"static/media/furgone.webp": "/static/media/furgone.1be36a74f3a8128f9538.webp",
"static/media/trl_who_we_are_1.webp": "/static/media/trl_who_we_are_1.34b4834fd1d2f0413c27.webp",
"static/media/logo.webp": "/static/media/logo.71d0b252da57eb17f506.webp",
"static/media/Informativa_TRL.pdf": "/static/media/Informativa_TRL.ed36d932c4c6c445eca8.pdf",
"static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXp-p7K4KLg.woff2": "/static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXp-p7K4KLg.7a6759d446b7b97ba9dc.woff2",
"static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXp-p7K4KLjztg.woff2": "/static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXp-p7K4KLjztg.6c41db54e7a5df7df551.woff2",
"static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXp-p7K4KLjztg.woff2": "/static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXp-p7K4KLjztg.6adc165de5ae686a847d.woff2",
"static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXp-p7K4KLjztg.woff2": "/static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXp-p7K4KLjztg.96dbb0e88149df414d0c.woff2",
"static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2aXp-p7K4KLjztg.woff2": "/static/media/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2aXp-p7K4KLjztg.0b3c6f4dce7d85ce1fe9.woff2",
"index.html": "/index.html",
"main.578f451f.css.map": "/static/css/main.578f451f.css.map",
"main.994fe7cf.js.map": "/static/js/main.994fe7cf.js.map",
"592.b4727014.chunk.js.map": "/static/js/592.b4727014.chunk.js.map"
},
"entrypoints": [
"static/css/main.578f451f.css",
"static/js/main.994fe7cf.js"
]
}
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"/><link rel="icon" href="/logo_rounded.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="TRL EXPRESS SITE"/><link rel="apple-touch-icon" href="/logo.png"/><link rel="manifest" href="/manifest.json"/><title>TRL EXPRESS S.R.L.</title><script defer="defer" src="/static/js/main.994fe7cf.js"></script><link href="/static/css/main.578f451f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added logo.ico
Binary file not shown.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
172 changes: 172 additions & 0 deletions logo.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 logo_rounded.ico
Binary file not shown.
18 changes: 18 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"short_name": "T.R.L. Express S.R.L.",
"name": "T.R.L. Express S.R.L.",
"icons": [
{
"src": "logo.ico",
"type": "image/x-icon"
},
{
"src": "logo.png",
"type": "image/png"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
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:
Loading

0 comments on commit 680f21c

Please sign in to comment.