create-sitecore-jss 21.2.1 → 21.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.MD +202 -202
- package/README.md +7 -7
- package/dist/templates/angular/.env +33 -33
- package/dist/templates/angular/.eslintignore +3 -3
- package/dist/templates/angular/.eslintrc +79 -79
- package/dist/templates/angular/LICENSE.txt +202 -202
- package/dist/templates/angular/README.md +50 -50
- package/dist/templates/angular/angular.json +168 -168
- package/dist/templates/angular/data/component-content/Styleguide/ContentReuse/LoremIpsumContentBlock/en.yml +9 -9
- package/dist/templates/angular/data/content/Styleguide/ContentListField/Item1/en.yml +6 -6
- package/dist/templates/angular/data/content/Styleguide/ContentListField/Item2/en.yml +6 -6
- package/dist/templates/angular/data/content/Styleguide/EditFrameDemo/Item1/en.yml +6 -6
- package/dist/templates/angular/data/content/Styleguide/EditFrameDemo/Item2/en.yml +6 -6
- package/dist/templates/angular/data/content/Styleguide/ItemLinkField/Item1/en.yml +6 -6
- package/dist/templates/angular/data/content/Styleguide/ItemLinkField/Item2/en.yml +6 -6
- package/dist/templates/angular/data/dictionary/en.yml +4 -4
- package/dist/templates/angular/data/dictionary/{{language}}.yml +4 -4
- package/dist/templates/angular/data/routes/en.yml +61 -61
- package/dist/templates/angular/data/routes/graphql/en.yml +27 -27
- package/dist/templates/angular/data/routes/graphql/sample-1/en.yml +9 -9
- package/dist/templates/angular/data/routes/graphql/sample-2/en.yml +9 -9
- package/dist/templates/angular/data/routes/styleguide/custom-route-type/en.yml +12 -12
- package/dist/templates/angular/data/routes/styleguide/en.yml +271 -271
- package/dist/templates/angular/data/routes/styleguide/{{language}}.yml +25 -25
- package/dist/templates/angular/data/routes/{{language}}.yml +4 -4
- package/dist/templates/angular/e2e/tsconfig.e2e.json +15 -15
- package/dist/templates/angular/gitignore +47 -47
- package/dist/templates/angular/package.json +148 -148
- package/dist/templates/angular/sitecore/config/{{appName}}.config +90 -90
- package/dist/templates/angular/sitecore/definitions/components/graph-ql-integrated-demo.sitecore.graphql +71 -71
- package/dist/templates/angular/sitecore/gitignore +2 -2
- package/dist/templates/angular/src/app/app.component.html +1 -1
- package/dist/templates/angular/src/app/components/content-block/content-block.component.html +4 -4
- package/dist/templates/angular/src/app/components/gitignore +7 -7
- package/dist/templates/angular/src/app/components/graph-ql-connected-demo/graph-ql-connected-demo.component.graphql +69 -69
- package/dist/templates/angular/src/app/components/graph-ql-connected-demo/graph-ql-connected-demo.component.html +55 -55
- package/dist/templates/angular/src/app/components/graph-ql-integrated-demo/graph-ql-integrated-demo.component.html +47 -47
- package/dist/templates/angular/src/app/components/graph-ql-layout/graph-ql-layout.component.html +22 -22
- package/dist/templates/angular/src/app/components/styleguide-angular-lazy-loading/styleguide-angular-lazy-loading.component.html +5 -5
- package/dist/templates/angular/src/app/components/styleguide-component-params/styleguide-component-params.component.html +19 -19
- package/dist/templates/angular/src/app/components/styleguide-custom-route-type/styleguide-custom-route-type.component.html +14 -14
- package/dist/templates/angular/src/app/components/styleguide-edit-frame/styleguide-edit-frame.component.html +19 -19
- package/dist/templates/angular/src/app/components/styleguide-field-usage-checkbox/styleguide-field-usage-checkbox.component.html +11 -11
- package/dist/templates/angular/src/app/components/styleguide-field-usage-content-list/styleguide-field-usage-content-list.component.html +26 -26
- package/dist/templates/angular/src/app/components/styleguide-field-usage-custom/styleguide-field-usage-custom.component.html +4 -4
- package/dist/templates/angular/src/app/components/styleguide-field-usage-date/styleguide-field-usage-date.component.html +27 -27
- package/dist/templates/angular/src/app/components/styleguide-field-usage-file/styleguide-field-usage-file.component.html +10 -10
- package/dist/templates/angular/src/app/components/styleguide-field-usage-image/styleguide-field-usage-image.component.html +30 -30
- package/dist/templates/angular/src/app/components/styleguide-field-usage-item-link/styleguide-field-usage-item-link.component.html +17 -17
- package/dist/templates/angular/src/app/components/styleguide-field-usage-link/styleguide-field-usage-link.component.html +44 -44
- package/dist/templates/angular/src/app/components/styleguide-field-usage-number/styleguide-field-usage-number.component.html +11 -11
- package/dist/templates/angular/src/app/components/styleguide-field-usage-rich-text/styleguide-field-usage-rich-text.component.html +11 -11
- package/dist/templates/angular/src/app/components/styleguide-field-usage-text/styleguide-field-usage-text.component.html +13 -13
- package/dist/templates/angular/src/app/components/styleguide-layout/styleguide-layout.component.html +20 -20
- package/dist/templates/angular/src/app/components/styleguide-layout-reuse/styleguide-layout-reuse.component.html +52 -52
- package/dist/templates/angular/src/app/components/styleguide-layout-tabs/styleguide-layout-tabs.component.html +37 -37
- package/dist/templates/angular/src/app/components/styleguide-layout-tabs-tab/styleguide-layout-tabs-tab.component.html +12 -12
- package/dist/templates/angular/src/app/components/styleguide-multilingual/styleguide-multilingual.component.html +15 -15
- package/dist/templates/angular/src/app/components/styleguide-route-fields/styleguide-route-fields.component.html +8 -8
- package/dist/templates/angular/src/app/components/styleguide-section/styleguide-section.component.html +7 -7
- package/dist/templates/angular/src/app/components/styleguide-sitecore-context/styleguide-sitecore-context.component.html +3 -3
- package/dist/templates/angular/src/app/components/styleguide-tracking/styleguide-tracking.component.html +175 -175
- package/dist/templates/angular/src/app/routing/layout/layout.component.html +17 -17
- package/dist/templates/angular/src/app/routing/navigation/navigation.component.html +21 -21
- package/dist/templates/angular/src/app/routing/not-found/not-found.component.html +7 -7
- package/dist/templates/angular/src/app/routing/server-error/server-error.component.html +3 -3
- package/dist/templates/angular/src/assets/images/sc_logo.svg +52 -52
- package/dist/templates/angular/src/index.html +12 -12
- package/dist/templates/angular/src/styles.css +34 -34
- package/dist/templates/angular/src/tsconfig.app.json +22 -22
- package/dist/templates/angular/src/tsconfig.server.json +21 -21
- package/dist/templates/angular/src/tsconfig.spec.json +24 -24
- package/dist/templates/angular/src/tsconfig.webpack-server.json +6 -6
- package/dist/templates/angular/tsconfig.json +31 -31
- package/dist/templates/nextjs/.env +59 -59
- package/dist/templates/nextjs/.eslintrc +25 -25
- package/dist/templates/nextjs/.gitattributes +11 -11
- package/dist/templates/nextjs/.graphql-let.yml +8 -8
- package/dist/templates/nextjs/.prettierrc +8 -8
- package/dist/templates/nextjs/.vscode/launch.json +15 -15
- package/dist/templates/nextjs/LICENSE.txt +202 -202
- package/dist/templates/nextjs/README.md +5 -5
- package/dist/templates/nextjs/gitignore +32 -32
- package/dist/templates/nextjs/package.json +89 -89
- package/dist/templates/nextjs/public/sc_logo.svg +52 -52
- package/dist/templates/nextjs/scripts/temp/gitignore +2 -2
- package/dist/templates/nextjs/sitecore/config/{{appName}}.config +165 -165
- package/dist/templates/nextjs/src/assets/app.css +36 -36
- package/dist/templates/nextjs/src/temp/GraphQLIntrospectionResult.json +22215 -22215
- package/dist/templates/nextjs/src/temp/gitignore +3 -3
- package/dist/templates/nextjs/tsconfig.json +36 -36
- package/dist/templates/nextjs/tsconfig.scripts.json +11 -11
- package/dist/templates/nextjs-personalize/.env +20 -20
- package/dist/templates/nextjs-personalize/package.json +5 -5
- package/dist/templates/nextjs-styleguide/data/component-content/Styleguide/ContentReuse/LoremIpsumContentBlock/en.yml +9 -9
- package/dist/templates/nextjs-styleguide/data/content/Styleguide/ContentListField/Item1/en.yml +6 -6
- package/dist/templates/nextjs-styleguide/data/content/Styleguide/ContentListField/Item2/en.yml +6 -6
- package/dist/templates/nextjs-styleguide/data/content/Styleguide/EditFrameDemo/Item1/en.yml +6 -6
- package/dist/templates/nextjs-styleguide/data/content/Styleguide/EditFrameDemo/Item2/en.yml +6 -6
- package/dist/templates/nextjs-styleguide/data/content/Styleguide/ItemLinkField/Item1/en.yml +6 -6
- package/dist/templates/nextjs-styleguide/data/content/Styleguide/ItemLinkField/Item2/en.yml +6 -6
- package/dist/templates/nextjs-styleguide/data/dictionary/en.yml +4 -4
- package/dist/templates/nextjs-styleguide/data/dictionary/{{language}}.yml +4 -4
- package/dist/templates/nextjs-styleguide/data/routes/en.yml +63 -63
- package/dist/templates/nextjs-styleguide/data/routes/graphql/en.yml +27 -27
- package/dist/templates/nextjs-styleguide/data/routes/graphql/sample-1/en.yml +9 -9
- package/dist/templates/nextjs-styleguide/data/routes/graphql/sample-2/en.yml +9 -9
- package/dist/templates/nextjs-styleguide/data/routes/styleguide/custom-route-type/en.yml +12 -12
- package/dist/templates/nextjs-styleguide/data/routes/styleguide/en.yml +259 -259
- package/dist/templates/nextjs-styleguide/data/routes/styleguide/{{language}}.yml +25 -25
- package/dist/templates/nextjs-styleguide/data/routes/{{language}}.yml +4 -4
- package/dist/templates/nextjs-styleguide/package.json +14 -14
- package/dist/templates/nextjs-styleguide/sitecore/definitions/components/graphql/GraphQL-IntegratedDemo.sitecore.graphql +71 -71
- package/dist/templates/nextjs-styleguide/sitecore/gitignore +3 -3
- package/dist/templates/nextjs-styleguide/src/components/graphql/GraphQL-ConnectedDemo.dynamic.graphql +69 -69
- package/dist/templates/nextjs-styleguide-tracking/data/dictionary/en.yml +5 -5
- package/dist/templates/nextjs-styleguide-tracking/data/routes/tracking/en.yml +8 -8
- package/dist/templates/nextjs-sxa/package.json +12 -12
- package/dist/templates/nextjs-sxa/src/assets/basic/_component.scss +18 -18
- package/dist/templates/nextjs-sxa/src/assets/basic/_container.scss +80 -80
- package/dist/templates/nextjs-sxa/src/assets/basic/_fonts.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/basic/_footer.scss +31 -31
- package/dist/templates/nextjs-sxa/src/assets/basic/_header.scss +49 -49
- package/dist/templates/nextjs-sxa/src/assets/basic/_navigation.scss +150 -150
- package/dist/templates/nextjs-sxa/src/assets/basic/_promo.scss +58 -58
- package/dist/templates/nextjs-sxa/src/assets/basic/_rich-text.scss +11 -11
- package/dist/templates/nextjs-sxa/src/assets/basic/_variables.scss +9 -9
- package/dist/templates/nextjs-sxa/src/assets/basic/main.scss +8 -8
- package/dist/templates/nextjs-sxa/src/assets/main.scss +5 -5
- package/dist/templates/nextjs-sxa/src/assets/sass/_app.scss +102 -102
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/_functions.scss +8 -8
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/_mixins.scss +121 -121
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/_vars.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/vars/_colors.scss +283 -283
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/vars/_fontSizes.scss +16 -16
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/vars/_margins.scss +10 -10
- package/dist/templates/nextjs-sxa/src/assets/sass/base/fonts/_fonts.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/base/fonts/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/base/index.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/base/links/_link-button.scss +26 -26
- package/dist/templates/nextjs-sxa/src/assets/sass/base/links/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/base/reset/_inputs.scss +58 -58
- package/dist/templates/nextjs-sxa/src/assets/sass/base/reset/_links.scss +14 -14
- package/dist/templates/nextjs-sxa/src/assets/sass/base/reset/_ui-datepicker.scss +7 -7
- package/dist/templates/nextjs-sxa/src/assets/sass/base/richtext/_richtext-files-icons.scss +86 -86
- package/dist/templates/nextjs-sxa/src/assets/sass/base/richtext/_richtext.scss +101 -101
- package/dist/templates/nextjs-sxa/src/assets/sass/base/richtext/index.scss +2 -2
- package/dist/templates/nextjs-sxa/src/assets/sass/base/typehead/_typehead.scss +95 -95
- package/dist/templates/nextjs-sxa/src/assets/sass/base/typehead/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-column-splitter.scss +14 -14
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-container.scss +22 -22
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-image.scss +18 -18
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-navigation.scss +51 -51
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-promo.scss +42 -42
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-richtext-content.scss +19 -19
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_alignment.scss +25 -25
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_boxed.scss +16 -16
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_clearfix.scss +11 -11
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_highlighted.scss +62 -62
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_link-button.scss +16 -16
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_promoted-box.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/index.scss +5 -5
- package/dist/templates/nextjs-sxa/src/assets/sass/components/container/_bordered.scss +23 -23
- package/dist/templates/nextjs-sxa/src/assets/sass/components/container/_title-row-box.scss +66 -66
- package/dist/templates/nextjs-sxa/src/assets/sass/components/container/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/components/image/_image-banner.scss +15 -15
- package/dist/templates/nextjs-sxa/src/assets/sass/components/image/_image-default-size.scss +6 -6
- package/dist/templates/nextjs-sxa/src/assets/sass/components/image/index.scss +2 -2
- package/dist/templates/nextjs-sxa/src/assets/sass/components/image-alignment/_image-left.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/components/image-alignment/_image-right.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/components/index.scss +17 -17
- package/dist/templates/nextjs-sxa/src/assets/sass/components/layout/_acaindent.scss +5 -5
- package/dist/templates/nextjs-sxa/src/assets/sass/components/layout/_background.scss +27 -27
- package/dist/templates/nextjs-sxa/src/assets/sass/components/layout/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/components/link-list/_component-link-list.scss +45 -45
- package/dist/templates/nextjs-sxa/src/assets/sass/components/link-list/_list-vertical.scss +20 -20
- package/dist/templates/nextjs-sxa/src/assets/sass/components/link-list/index.scss +2 -2
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_navigation-fat.scss +58 -58
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss +152 -152
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_navigation-mobile.scss +89 -89
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_navigation-sidebar.scss +29 -29
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_sitemap-navigation.scss +20 -20
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/index.scss +5 -5
- package/dist/templates/nextjs-sxa/src/assets/sass/components/promo/_absolute-bottom-link.scss +8 -8
- package/dist/templates/nextjs-sxa/src/assets/sass/components/promo/_promo-hero.scss +40 -40
- package/dist/templates/nextjs-sxa/src/assets/sass/components/promo/_promo-shadow.scss +42 -42
- package/dist/templates/nextjs-sxa/src/assets/sass/components/promo/index.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/components/rich-text/_rich-text-lists.scss +63 -63
- package/dist/templates/nextjs-sxa/src/assets/sass/components/rich-text/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/components/spacing/_background-colors.scss +14 -14
- package/dist/templates/nextjs-sxa/src/assets/sass/components/spacing/_indent.scss +13 -13
- package/dist/templates/nextjs-sxa/src/assets/sass/components/spacing/index.scss +2 -2
- package/dist/templates/nextjs-sxa/src/assets/sass/components/title/_component-title.scss +24 -24
- package/dist/templates/nextjs-sxa/src/assets/sass/components/title/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/main.scss +4 -4
- package/dist/templates/nextjs-sxa/src/assets/sass/variants/index.scss +5 -5
- package/dist/templates/node-headless-ssr-experience-edge/.env +6 -6
- package/dist/templates/node-headless-ssr-experience-edge/README.md +51 -51
- package/dist/templates/node-headless-ssr-experience-edge/package.json +38 -38
- package/dist/templates/node-headless-ssr-experience-edge/tsconfig.json +22 -22
- package/dist/templates/node-headless-ssr-proxy/.env +8 -8
- package/dist/templates/node-headless-ssr-proxy/.vscode/launch.json +47 -47
- package/dist/templates/node-headless-ssr-proxy/LICENSE.txt +202 -202
- package/dist/templates/node-headless-ssr-proxy/README.md +60 -60
- package/dist/templates/node-headless-ssr-proxy/package.json +43 -43
- package/dist/templates/node-headless-ssr-proxy/src/error.html +200 -200
- package/dist/templates/node-headless-ssr-proxy/tsconfig.json +22 -22
- package/dist/templates/react/.env +36 -36
- package/dist/templates/react/.prettierrc +9 -9
- package/dist/templates/react/LICENSE.txt +202 -202
- package/dist/templates/react/README.md +2399 -2399
- package/dist/templates/react/data/component-content/Styleguide/ContentReuse/LoremIpsumContentBlock/en.yml +9 -9
- package/dist/templates/react/data/content/Styleguide/ContentListField/Item1/en.yml +6 -6
- package/dist/templates/react/data/content/Styleguide/ContentListField/Item2/en.yml +6 -6
- package/dist/templates/react/data/content/Styleguide/EditFrameDemo/Item1/en.yml +6 -6
- package/dist/templates/react/data/content/Styleguide/EditFrameDemo/Item2/en.yml +6 -6
- package/dist/templates/react/data/content/Styleguide/ItemLinkField/Item1/en.yml +6 -6
- package/dist/templates/react/data/content/Styleguide/ItemLinkField/Item2/en.yml +6 -6
- package/dist/templates/react/data/dictionary/en.yml +4 -4
- package/dist/templates/react/data/dictionary/{{language}}.yml +4 -4
- package/dist/templates/react/data/routes/en.yml +61 -61
- package/dist/templates/react/data/routes/graphql/en.yml +27 -27
- package/dist/templates/react/data/routes/graphql/sample-1/en.yml +9 -9
- package/dist/templates/react/data/routes/graphql/sample-2/en.yml +9 -9
- package/dist/templates/react/data/routes/styleguide/custom-route-type/en.yml +12 -12
- package/dist/templates/react/data/routes/styleguide/en.yml +263 -263
- package/dist/templates/react/data/routes/styleguide/{{language}}.yml +26 -26
- package/dist/templates/react/data/routes/{{language}}.yml +4 -4
- package/dist/templates/react/gitignore +25 -25
- package/dist/templates/react/package.json +4 -4
- package/dist/templates/react/public/index.html +35 -35
- package/dist/templates/react/sitecore/config/{{appName}}.config +90 -90
- package/dist/templates/react/sitecore/definitions/components/graphql/GraphQL-IntegratedDemo.sitecore.graphql +71 -71
- package/dist/templates/react/sitecore/gitignore +2 -2
- package/dist/templates/react/src/assets/sc_logo.svg +52 -52
- package/dist/templates/react/src/components/graphql/query.graphql +69 -69
- package/dist/templates/react/src/temp/GraphQLFragmentTypes.json +207 -207
- package/dist/templates/react/src/temp/gitignore +3 -3
- package/dist/templates/react-native/.buckconfig +6 -6
- package/dist/templates/react-native/.eslintrc +74 -74
- package/dist/templates/react-native/.gitattributes +1 -1
- package/dist/templates/react-native/.prettierrc +9 -9
- package/dist/templates/react-native/.vscode/launch.json +42 -42
- package/dist/templates/react-native/.vscode/settings.json +1 -1
- package/dist/templates/react-native/LICENSE.txt +202 -202
- package/dist/templates/react-native/README.MD +112 -112
- package/dist/templates/react-native/android/app/BUCK +55 -55
- package/dist/templates/react-native/android/app/build.gradle +201 -201
- package/dist/templates/react-native/android/app/build_defs.bzl +19 -19
- package/dist/templates/react-native/android/app/proguard-rules.pro +10 -10
- package/dist/templates/react-native/android/app/src/debug/AndroidManifest.xml +8 -8
- package/dist/templates/react-native/android/app/src/main/AndroidManifest.xml +26 -26
- package/dist/templates/react-native/android/app/src/main/java/com/{{appName}}/MainActivity.java +15 -15
- package/dist/templates/react-native/android/app/src/main/java/com/{{appName}}/MainApplication.java +74 -74
- package/dist/templates/react-native/android/app/src/main/res/values/strings.xml +3 -3
- package/dist/templates/react-native/android/app/src/main/res/values/styles.xml +9 -9
- package/dist/templates/react-native/android/build.gradle +38 -38
- package/dist/templates/react-native/android/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/dist/templates/react-native/android/gradle.properties +21 -21
- package/dist/templates/react-native/android/gradlew +188 -188
- package/dist/templates/react-native/android/gradlew.bat +100 -100
- package/dist/templates/react-native/android/settings.gradle +3 -3
- package/dist/templates/react-native/app.json +3 -3
- package/dist/templates/react-native/assets/img/sc_logo.svg +52 -52
- package/dist/templates/react-native/data/content/Styleguide/ItemLinkField/Item1/en.json +10 -10
- package/dist/templates/react-native/data/routes/en.json +22 -22
- package/dist/templates/react-native/data/routes/styleguide/en.json +227 -227
- package/dist/templates/react-native/data/routes/styleguide/{{language}}.json +31 -31
- package/dist/templates/react-native/data/routes/{{language}}.json +7 -7
- package/dist/templates/react-native/gitignore +60 -60
- package/dist/templates/react-native/ios/Podfile +53 -53
- package/dist/templates/react-native/ios/{{appName}}/AppDelegate.h +15 -15
- package/dist/templates/react-native/ios/{{appName}}/AppDelegate.m +42 -42
- package/dist/templates/react-native/ios/{{appName}}/Base.lproj/LaunchScreen.xib +42 -42
- package/dist/templates/react-native/ios/{{appName}}/Images.xcassets/AppIcon.appiconset/Contents.json +38 -38
- package/dist/templates/react-native/ios/{{appName}}/Images.xcassets/Contents.json +6 -6
- package/dist/templates/react-native/ios/{{appName}}/Info.plist +57 -57
- package/dist/templates/react-native/ios/{{appName}}/main.m +16 -16
- package/dist/templates/react-native/ios/{{appName}}-tvOS/Info.plist +53 -53
- package/dist/templates/react-native/ios/{{appName}}-tvOSTests/Info.plist +24 -24
- package/dist/templates/react-native/ios/{{appName}}.xcodeproj/xcshareddata/xcschemes/BasicSampleReactNative-tvOS.xcscheme +129 -129
- package/dist/templates/react-native/ios/{{appName}}.xcodeproj/xcshareddata/xcschemes/BasicSampleReactNative.xcscheme +129 -129
- package/dist/templates/react-native/ios/{{appName}}Tests/BasicSampleReactNativeTests.m +72 -72
- package/dist/templates/react-native/ios/{{appName}}Tests/Info.plist +24 -24
- package/dist/templates/react-native/package.json +82 -82
- package/dist/templates/react-native/sitecore/config/{{appName}}.config +47 -47
- package/dist/templates/react-native/sitecore/gitignore +2 -2
- package/dist/templates/vue/.browserslistrc +2 -2
- package/dist/templates/vue/.env +35 -35
- package/dist/templates/vue/.prettierrc +9 -9
- package/dist/templates/vue/LICENSE.txt +202 -202
- package/dist/templates/vue/README.md +33 -33
- package/dist/templates/vue/data/component-content/Styleguide/ContentReuse/LoremIpsumContentBlock/en.yml +9 -9
- package/dist/templates/vue/data/content/Styleguide/ContentListField/Item1/en.yml +6 -6
- package/dist/templates/vue/data/content/Styleguide/ContentListField/Item2/en.yml +6 -6
- package/dist/templates/vue/data/content/Styleguide/EditFrameDemo/Item1/en.yml +6 -6
- package/dist/templates/vue/data/content/Styleguide/EditFrameDemo/Item2/en.yml +6 -6
- package/dist/templates/vue/data/content/Styleguide/ItemLinkField/Item1/en.yml +6 -6
- package/dist/templates/vue/data/content/Styleguide/ItemLinkField/Item2/en.yml +6 -6
- package/dist/templates/vue/data/dictionary/en.yml +7 -7
- package/dist/templates/vue/data/dictionary/{{language}}.yml +7 -7
- package/dist/templates/vue/data/routes/en.yml +63 -63
- package/dist/templates/vue/data/routes/graphql/en.yml +34 -34
- package/dist/templates/vue/data/routes/graphql/sample-1/en.yml +9 -9
- package/dist/templates/vue/data/routes/graphql/sample-2/en.yml +9 -9
- package/dist/templates/vue/data/routes/styleguide/custom-route-type/en.yml +12 -12
- package/dist/templates/vue/data/routes/styleguide/en.yml +264 -264
- package/dist/templates/vue/data/routes/styleguide/{{language}}.yml +26 -26
- package/dist/templates/vue/data/routes/{{language}}.yml +4 -4
- package/dist/templates/vue/gitignore +25 -25
- package/dist/templates/vue/package.json +93 -93
- package/dist/templates/vue/public/img/icons/safari-pinned-tab.svg +75 -75
- package/dist/templates/vue/public/index.html +27 -27
- package/dist/templates/vue/public/manifest.json +14 -14
- package/dist/templates/vue/public/robots.txt +2 -2
- package/dist/templates/vue/sitecore/config/{{appName}}.config +89 -89
- package/dist/templates/vue/sitecore/definitions/components/GraphQL-IntegratedDemo.sitecore.graphql +71 -71
- package/dist/templates/vue/sitecore/gitignore +4 -4
- package/dist/templates/vue/src/assets/app.css +30 -30
- package/dist/templates/vue/src/assets/sc_logo.svg +52 -52
- package/dist/templates/vue/src/components/GraphQL/GraphQL-ConnectedDemo.query.graphql +69 -69
- package/dist/templates/vue/src/temp/GraphQLFragmentTypes.json +273 -273
- package/dist/templates/vue/src/temp/gitignore +3 -3
- package/package.json +2 -2
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
# node/express scaffolding for SSR outside of Sitecore Content Delivery
|
|
2
|
-
|
|
3
|
-
This is a sample setup showing one one of how you can configure rendering server on top of node.js and Express.
|
|
4
|
-
|
|
5
|
-
The setup is using `sitecore-jss-proxy` that enables request proxying to Sitecore CD along with the http cookies to enable tracking, personalization and contact identification.
|
|
6
|
-
|
|
7
|
-
[Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/21/sitecore-headless-development/walkthrough--rendering-a-jss-app-server-side-using-the-headless-jss-proxy.html)
|
|
8
|
-
|
|
9
|
-
> This is a sample setup that is not officially supported by Sitecore.
|
|
10
|
-
|
|
11
|
-
You can use this as a starting point to unlock deployment of your JSS apps to any managed node.js hosting environment (Azure App Service, Heroku, IBM BlueMix, you name it).
|
|
12
|
-
|
|
13
|
-
## Pre-requisites
|
|
14
|
-
|
|
15
|
-
1. Your Sitecore instance needs to be configured with JSS.Server and the API Key provisioned. Read more [here](https://jss.sitecore.com/docs/getting-started/jss-server-install) how to set it up.
|
|
16
|
-
|
|
17
|
-
> LayoutService API should be returning output if you make the following request to your Sitecore instance. `http://sitecore-host/sitecore/api/layout/render/jss?item=/&sc_apikey={YOUR_API_KEY}`
|
|
18
|
-
|
|
19
|
-
1. Build your JS app bundle with `jss build`.
|
|
20
|
-
|
|
21
|
-
> You can use any of the JSS sample apps. Other apps must support server side rendering (JSS integrated mode) to operate with this project.
|
|
22
|
-
|
|
23
|
-
1. Deploy the build artifacts from your app (`/dist` or `/build` within the app) to the `sitecoreDistPath` set in your app's `package.json` under the proxy root path. Most apps use `/dist/${jssAppName}`, for example `$proxyRoot/dist/${jssAppName}`.
|
|
24
|
-
|
|
25
|
-
> Another way to deploy the artifacts to the proxy is to change the `instancePath` in your app's `scjssconfig.json` to the proxy root path, and then use `jss deploy files` within the app to complete the deployment to the proxy.
|
|
26
|
-
|
|
27
|
-
## Setup
|
|
28
|
-
|
|
29
|
-
Open `config.js` and specify your application bundle and connection settings to your Sitecore CD instance. `config.js` is heavily commented for your perusal.
|
|
30
|
-
|
|
31
|
-
### Environment Variables
|
|
32
|
-
|
|
33
|
-
The following environment variables can be set to configure the proxy instead of modifying `config.js`. You can use the `.env` file located in the root of the app or set these directly in the environment (for example, in containers).
|
|
34
|
-
|
|
35
|
-
| Parameter | Description |
|
|
36
|
-
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
37
|
-
| `SITECORE_JSS_APP_NAME` | The JSS app's name. Used in dictionary service URL, and the default value of `SITECORE_JSS_SERVER_BUNDLE` if it's not set. |
|
|
38
|
-
| `SITECORE_JSS_SERVER_BUNDLE` | Path to the JSS app's `server.bundle.js` file. |
|
|
39
|
-
| `SITECORE_API_HOST` | Sitecore instance host name. Should be HTTPS in production. |
|
|
40
|
-
| `SITECORE_LAYOUT_SERVICE_ROUTE` | Optional. The path to layout service for the JSS application. Defaults to `/sitecore/api/layout/render/jss`. |
|
|
41
|
-
| `SITECORE_API_KEY` | The Sitecore SSC API key your app uses. |
|
|
42
|
-
| `SITECORE_PATH_REWRITE_EXCLUDE_ROUTES` | Optional. Pipe-separated list of absolute paths that should not be rendered through SSR. Defaults can be seen in [config.js](./config.js). |
|
|
43
|
-
| `SITECORE_ENABLE_DEBUG` | Optional. Writes verbose request info to stdout for debugging. Defaults to `false`. |
|
|
44
|
-
|
|
45
|
-
## Build & run
|
|
46
|
-
|
|
47
|
-
1. Run `npm install`
|
|
48
|
-
|
|
49
|
-
1. Run `npm run start`
|
|
50
|
-
|
|
51
|
-
You should be able to see the following message:
|
|
52
|
-
`server listening on port 3000!` and see all the communication between this server and your Sitecore CD instance in the console.
|
|
53
|
-
|
|
54
|
-
More info on this setup can be found [here](https://doc.sitecore.com/xp/en/developers/hd/21/sitecore-headless-development/sitecore-headless-services.html).
|
|
55
|
-
|
|
56
|
-
## Production Notes
|
|
57
|
-
|
|
58
|
-
- Ensure that `debug: false` in `config.js`. Console output will cause terrible scaling.
|
|
59
|
-
- Customise `error.html` in case your app throws HTTP 500 errors.
|
|
60
|
-
- Load test the proxy prior to launch to ensure proper performance levels for your needs.
|
|
1
|
+
# node/express scaffolding for SSR outside of Sitecore Content Delivery
|
|
2
|
+
|
|
3
|
+
This is a sample setup showing one one of how you can configure rendering server on top of node.js and Express.
|
|
4
|
+
|
|
5
|
+
The setup is using `sitecore-jss-proxy` that enables request proxying to Sitecore CD along with the http cookies to enable tracking, personalization and contact identification.
|
|
6
|
+
|
|
7
|
+
[Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/21/sitecore-headless-development/walkthrough--rendering-a-jss-app-server-side-using-the-headless-jss-proxy.html)
|
|
8
|
+
|
|
9
|
+
> This is a sample setup that is not officially supported by Sitecore.
|
|
10
|
+
|
|
11
|
+
You can use this as a starting point to unlock deployment of your JSS apps to any managed node.js hosting environment (Azure App Service, Heroku, IBM BlueMix, you name it).
|
|
12
|
+
|
|
13
|
+
## Pre-requisites
|
|
14
|
+
|
|
15
|
+
1. Your Sitecore instance needs to be configured with JSS.Server and the API Key provisioned. Read more [here](https://jss.sitecore.com/docs/getting-started/jss-server-install) how to set it up.
|
|
16
|
+
|
|
17
|
+
> LayoutService API should be returning output if you make the following request to your Sitecore instance. `http://sitecore-host/sitecore/api/layout/render/jss?item=/&sc_apikey={YOUR_API_KEY}`
|
|
18
|
+
|
|
19
|
+
1. Build your JS app bundle with `jss build`.
|
|
20
|
+
|
|
21
|
+
> You can use any of the JSS sample apps. Other apps must support server side rendering (JSS integrated mode) to operate with this project.
|
|
22
|
+
|
|
23
|
+
1. Deploy the build artifacts from your app (`/dist` or `/build` within the app) to the `sitecoreDistPath` set in your app's `package.json` under the proxy root path. Most apps use `/dist/${jssAppName}`, for example `$proxyRoot/dist/${jssAppName}`.
|
|
24
|
+
|
|
25
|
+
> Another way to deploy the artifacts to the proxy is to change the `instancePath` in your app's `scjssconfig.json` to the proxy root path, and then use `jss deploy files` within the app to complete the deployment to the proxy.
|
|
26
|
+
|
|
27
|
+
## Setup
|
|
28
|
+
|
|
29
|
+
Open `config.js` and specify your application bundle and connection settings to your Sitecore CD instance. `config.js` is heavily commented for your perusal.
|
|
30
|
+
|
|
31
|
+
### Environment Variables
|
|
32
|
+
|
|
33
|
+
The following environment variables can be set to configure the proxy instead of modifying `config.js`. You can use the `.env` file located in the root of the app or set these directly in the environment (for example, in containers).
|
|
34
|
+
|
|
35
|
+
| Parameter | Description |
|
|
36
|
+
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
37
|
+
| `SITECORE_JSS_APP_NAME` | The JSS app's name. Used in dictionary service URL, and the default value of `SITECORE_JSS_SERVER_BUNDLE` if it's not set. |
|
|
38
|
+
| `SITECORE_JSS_SERVER_BUNDLE` | Path to the JSS app's `server.bundle.js` file. |
|
|
39
|
+
| `SITECORE_API_HOST` | Sitecore instance host name. Should be HTTPS in production. |
|
|
40
|
+
| `SITECORE_LAYOUT_SERVICE_ROUTE` | Optional. The path to layout service for the JSS application. Defaults to `/sitecore/api/layout/render/jss`. |
|
|
41
|
+
| `SITECORE_API_KEY` | The Sitecore SSC API key your app uses. |
|
|
42
|
+
| `SITECORE_PATH_REWRITE_EXCLUDE_ROUTES` | Optional. Pipe-separated list of absolute paths that should not be rendered through SSR. Defaults can be seen in [config.js](./config.js). |
|
|
43
|
+
| `SITECORE_ENABLE_DEBUG` | Optional. Writes verbose request info to stdout for debugging. Defaults to `false`. |
|
|
44
|
+
|
|
45
|
+
## Build & run
|
|
46
|
+
|
|
47
|
+
1. Run `npm install`
|
|
48
|
+
|
|
49
|
+
1. Run `npm run start`
|
|
50
|
+
|
|
51
|
+
You should be able to see the following message:
|
|
52
|
+
`server listening on port 3000!` and see all the communication between this server and your Sitecore CD instance in the console.
|
|
53
|
+
|
|
54
|
+
More info on this setup can be found [here](https://doc.sitecore.com/xp/en/developers/hd/21/sitecore-headless-development/sitecore-headless-services.html).
|
|
55
|
+
|
|
56
|
+
## Production Notes
|
|
57
|
+
|
|
58
|
+
- Ensure that `debug: false` in `config.js`. Console output will cause terrible scaling.
|
|
59
|
+
- Customise `error.html` in case your app throws HTTP 500 errors.
|
|
60
|
+
- Load test the proxy prior to launch to ensure proper performance levels for your needs.
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "node-headless-ssr-proxy-sample",
|
|
3
|
-
"version": "21.2.1",
|
|
4
|
-
"description": "Node server-side-rendering proxy sample for running JSS apps under Node hosting",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"start": "ts-node ./src/index.ts"
|
|
7
|
-
},
|
|
8
|
-
"engines": {
|
|
9
|
-
"node": ">=12",
|
|
10
|
-
"npm": ">=6"
|
|
11
|
-
},
|
|
12
|
-
"author": {
|
|
13
|
-
"name": "Sitecore Corporation",
|
|
14
|
-
"url": "https://jss.sitecore.com"
|
|
15
|
-
},
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/sitecore/jss.git"
|
|
19
|
-
},
|
|
20
|
-
"bugs": {
|
|
21
|
-
"url": "https://github.com/sitecore/jss/issues"
|
|
22
|
-
},
|
|
23
|
-
"homepage": "https://jss.sitecore.com",
|
|
24
|
-
"license": "Apache-2.0",
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@sitecore-jss/sitecore-jss": "~21.2.
|
|
27
|
-
"@sitecore-jss/sitecore-jss-proxy": "~21.2.
|
|
28
|
-
"agentkeepalive": "^4.2.1",
|
|
29
|
-
"compression": "~1.7.4",
|
|
30
|
-
"express": "~4.18.2",
|
|
31
|
-
"memory-cache": "^0.2.0",
|
|
32
|
-
"dotenv": "^16.0.3"
|
|
33
|
-
},
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@types/compression": "^1.7.2",
|
|
36
|
-
"@types/express": "^4.17.17",
|
|
37
|
-
"@types/memory-cache": "^0.2.2",
|
|
38
|
-
"@types/node": "^18.14.0",
|
|
39
|
-
"ts-node": "^10.9.1",
|
|
40
|
-
"typescript": "~4.9.5"
|
|
41
|
-
},
|
|
42
|
-
"private": true
|
|
43
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "node-headless-ssr-proxy-sample",
|
|
3
|
+
"version": "21.2.1",
|
|
4
|
+
"description": "Node server-side-rendering proxy sample for running JSS apps under Node hosting",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"start": "ts-node ./src/index.ts"
|
|
7
|
+
},
|
|
8
|
+
"engines": {
|
|
9
|
+
"node": ">=12",
|
|
10
|
+
"npm": ">=6"
|
|
11
|
+
},
|
|
12
|
+
"author": {
|
|
13
|
+
"name": "Sitecore Corporation",
|
|
14
|
+
"url": "https://jss.sitecore.com"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/sitecore/jss.git"
|
|
19
|
+
},
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/sitecore/jss/issues"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://jss.sitecore.com",
|
|
24
|
+
"license": "Apache-2.0",
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@sitecore-jss/sitecore-jss": "~21.2.2",
|
|
27
|
+
"@sitecore-jss/sitecore-jss-proxy": "~21.2.2",
|
|
28
|
+
"agentkeepalive": "^4.2.1",
|
|
29
|
+
"compression": "~1.7.4",
|
|
30
|
+
"express": "~4.18.2",
|
|
31
|
+
"memory-cache": "^0.2.0",
|
|
32
|
+
"dotenv": "^16.0.3"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@types/compression": "^1.7.2",
|
|
36
|
+
"@types/express": "^4.17.17",
|
|
37
|
+
"@types/memory-cache": "^0.2.2",
|
|
38
|
+
"@types/node": "^18.14.0",
|
|
39
|
+
"ts-node": "^10.9.1",
|
|
40
|
+
"typescript": "~4.9.5"
|
|
41
|
+
},
|
|
42
|
+
"private": true
|
|
43
|
+
}
|
|
@@ -1,200 +1,200 @@
|
|
|
1
|
-
<html>
|
|
2
|
-
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
6
|
-
<title>500 Epic Fail</title>
|
|
7
|
-
<meta name="viewport" content="width=device-width">
|
|
8
|
-
<!--[if gte IE 9]>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
.gradient {
|
|
11
|
-
filter: none;
|
|
12
|
-
}
|
|
13
|
-
</style>
|
|
14
|
-
<![endif]-->
|
|
15
|
-
<style>
|
|
16
|
-
*,
|
|
17
|
-
*:after,
|
|
18
|
-
*:before {
|
|
19
|
-
-webkit-box-sizing: border-box;
|
|
20
|
-
-moz-box-sizing: border-box;
|
|
21
|
-
-ms-box-sizing: border-box;
|
|
22
|
-
box-sizing: border-box;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
html {
|
|
26
|
-
background: #ccc;
|
|
27
|
-
font: bold 14px/20px "Trajan Pro", "Times New Roman", Times, serif;
|
|
28
|
-
color: #430400;
|
|
29
|
-
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.error-page-wrap {
|
|
33
|
-
width: 310px;
|
|
34
|
-
height: 310px;
|
|
35
|
-
margin: 155px auto;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.error-page-wrap:before {
|
|
39
|
-
box-shadow: 0 0 200px 150px #fff;
|
|
40
|
-
width: 310px;
|
|
41
|
-
height: 310px;
|
|
42
|
-
border-radius: 50%;
|
|
43
|
-
position: relative;
|
|
44
|
-
z-index: -1;
|
|
45
|
-
content: '';
|
|
46
|
-
display: block;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.error-page {
|
|
50
|
-
width: 310px;
|
|
51
|
-
height: 310px;
|
|
52
|
-
border-radius: 50%;
|
|
53
|
-
top: -310px;
|
|
54
|
-
position: relative;
|
|
55
|
-
text-align: center;
|
|
56
|
-
background: #d36242;
|
|
57
|
-
background: -moz-linear-gradient(top, #d36242 0%, darkred 100%);
|
|
58
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d36242), color-stop(100%, darkred));
|
|
59
|
-
background: -webkit-linear-gradient(top, #d36242 0%, darkred 100%);
|
|
60
|
-
background: -o-linear-gradient(top, #d36242 0%, darkred 100%);
|
|
61
|
-
background: -ms-linear-gradient(top, #d36242 0%, darkred 100%);
|
|
62
|
-
background: linear-gradient(to bottom, #d36242 0%, darkred 100%);
|
|
63
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$firstColor', endColorstr='$secondColor', GradientType=0);
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.error-page:before {
|
|
67
|
-
width: 63px;
|
|
68
|
-
height: 63px;
|
|
69
|
-
border-radius: 50%;
|
|
70
|
-
box-shadow: 3px 25px 0 5px #C95439;
|
|
71
|
-
content: '';
|
|
72
|
-
z-index: -1;
|
|
73
|
-
display: block;
|
|
74
|
-
position: relative;
|
|
75
|
-
top: -19px;
|
|
76
|
-
left: 44px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.error-page:after {
|
|
80
|
-
width: 310px;
|
|
81
|
-
height: 17px;
|
|
82
|
-
margin: 0 auto;
|
|
83
|
-
top: 25px;
|
|
84
|
-
content: '';
|
|
85
|
-
z-index: -1;
|
|
86
|
-
display: block;
|
|
87
|
-
position: relative;
|
|
88
|
-
background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
89
|
-
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(59%, rgba(35, 26, 26, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
|
|
90
|
-
background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
91
|
-
background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
92
|
-
background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
93
|
-
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
94
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#003c2c2c', GradientType=1);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.error-page h1 {
|
|
98
|
-
color: rgba(255, 255, 255, 0.94);
|
|
99
|
-
font-size: 100px;
|
|
100
|
-
margin: 65px auto 0 auto;
|
|
101
|
-
text-shadow: 0px 0 7px rgba(0, 0, 0, 0.5);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.error-page h1:before {
|
|
105
|
-
width: 260px;
|
|
106
|
-
height: 1px;
|
|
107
|
-
position: relative;
|
|
108
|
-
margin: 0 auto;
|
|
109
|
-
top: 70px;
|
|
110
|
-
content: '';
|
|
111
|
-
display: block;
|
|
112
|
-
background: -moz-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
113
|
-
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 25, 25, 0.65)), color-stop(70%, rgba(75, 38, 38, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
|
|
114
|
-
background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
115
|
-
background: -o-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
116
|
-
background: -ms-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
117
|
-
background: radial-gradient(ellipse at center, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
118
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a66f1919', endColorstr='#003c2c2c', GradientType=1);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.error-page h1:after {
|
|
122
|
-
width: 260px;
|
|
123
|
-
height: 1px;
|
|
124
|
-
content: '';
|
|
125
|
-
display: block;
|
|
126
|
-
opacity: 0.2;
|
|
127
|
-
margin: 0 auto;
|
|
128
|
-
top: 50px;
|
|
129
|
-
position: relative;
|
|
130
|
-
background: -moz-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
131
|
-
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247, 173, 148, 0.65)), color-stop(99%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 0)));
|
|
132
|
-
background: -webkit-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
133
|
-
background: -o-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
134
|
-
background: -ms-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
135
|
-
background: radial-gradient(ellipse at center, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
136
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f7ad94', endColorstr='#00ffffff', GradientType=1);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.error-page h2 {
|
|
140
|
-
margin: 55px 0 30px 0;
|
|
141
|
-
font-size: 17px;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.error-page h2:before {
|
|
145
|
-
width: 130px;
|
|
146
|
-
height: 1px;
|
|
147
|
-
position: relative;
|
|
148
|
-
margin: 0 auto;
|
|
149
|
-
top: 31px;
|
|
150
|
-
content: '';
|
|
151
|
-
display: block;
|
|
152
|
-
background: -moz-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
153
|
-
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 25, 25, 0.65)), color-stop(70%, rgba(75, 38, 38, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
|
|
154
|
-
background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
155
|
-
background: -o-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
156
|
-
background: -ms-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
157
|
-
background: radial-gradient(ellipse at center, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
158
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a66f1919', endColorstr='#003c2c2c', GradientType=1);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.error-page h2:after {
|
|
162
|
-
width: 130px;
|
|
163
|
-
height: 1px;
|
|
164
|
-
content: '';
|
|
165
|
-
display: block;
|
|
166
|
-
opacity: 0.2;
|
|
167
|
-
margin: 0 auto;
|
|
168
|
-
top: 11px;
|
|
169
|
-
position: relative;
|
|
170
|
-
background: -moz-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
171
|
-
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247, 173, 148, 0.65)), color-stop(99%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 0)));
|
|
172
|
-
background: -webkit-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
173
|
-
background: -o-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
174
|
-
background: -ms-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
175
|
-
background: radial-gradient(ellipse at center, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
176
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f7ad94', endColorstr='#00ffffff', GradientType=1);
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.error-back {
|
|
180
|
-
text-decoration: none;
|
|
181
|
-
color: #430400;
|
|
182
|
-
font-size: 15px;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.error-back:hover {
|
|
186
|
-
color: #EB957D;
|
|
187
|
-
text-shadow: 0 0 3px black;
|
|
188
|
-
}
|
|
189
|
-
</style>
|
|
190
|
-
</head>
|
|
191
|
-
|
|
192
|
-
<body>
|
|
193
|
-
<div class="error-page-wrap">
|
|
194
|
-
<article class="error-page gradient">
|
|
195
|
-
<h1>An error has occurred</h1>
|
|
196
|
-
</article>
|
|
197
|
-
</div>
|
|
198
|
-
</body>
|
|
199
|
-
|
|
200
|
-
</html>
|
|
1
|
+
<html>
|
|
2
|
+
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
6
|
+
<title>500 Epic Fail</title>
|
|
7
|
+
<meta name="viewport" content="width=device-width">
|
|
8
|
+
<!--[if gte IE 9]>
|
|
9
|
+
<style type="text/css">
|
|
10
|
+
.gradient {
|
|
11
|
+
filter: none;
|
|
12
|
+
}
|
|
13
|
+
</style>
|
|
14
|
+
<![endif]-->
|
|
15
|
+
<style>
|
|
16
|
+
*,
|
|
17
|
+
*:after,
|
|
18
|
+
*:before {
|
|
19
|
+
-webkit-box-sizing: border-box;
|
|
20
|
+
-moz-box-sizing: border-box;
|
|
21
|
+
-ms-box-sizing: border-box;
|
|
22
|
+
box-sizing: border-box;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
html {
|
|
26
|
+
background: #ccc;
|
|
27
|
+
font: bold 14px/20px "Trajan Pro", "Times New Roman", Times, serif;
|
|
28
|
+
color: #430400;
|
|
29
|
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.error-page-wrap {
|
|
33
|
+
width: 310px;
|
|
34
|
+
height: 310px;
|
|
35
|
+
margin: 155px auto;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.error-page-wrap:before {
|
|
39
|
+
box-shadow: 0 0 200px 150px #fff;
|
|
40
|
+
width: 310px;
|
|
41
|
+
height: 310px;
|
|
42
|
+
border-radius: 50%;
|
|
43
|
+
position: relative;
|
|
44
|
+
z-index: -1;
|
|
45
|
+
content: '';
|
|
46
|
+
display: block;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.error-page {
|
|
50
|
+
width: 310px;
|
|
51
|
+
height: 310px;
|
|
52
|
+
border-radius: 50%;
|
|
53
|
+
top: -310px;
|
|
54
|
+
position: relative;
|
|
55
|
+
text-align: center;
|
|
56
|
+
background: #d36242;
|
|
57
|
+
background: -moz-linear-gradient(top, #d36242 0%, darkred 100%);
|
|
58
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d36242), color-stop(100%, darkred));
|
|
59
|
+
background: -webkit-linear-gradient(top, #d36242 0%, darkred 100%);
|
|
60
|
+
background: -o-linear-gradient(top, #d36242 0%, darkred 100%);
|
|
61
|
+
background: -ms-linear-gradient(top, #d36242 0%, darkred 100%);
|
|
62
|
+
background: linear-gradient(to bottom, #d36242 0%, darkred 100%);
|
|
63
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$firstColor', endColorstr='$secondColor', GradientType=0);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.error-page:before {
|
|
67
|
+
width: 63px;
|
|
68
|
+
height: 63px;
|
|
69
|
+
border-radius: 50%;
|
|
70
|
+
box-shadow: 3px 25px 0 5px #C95439;
|
|
71
|
+
content: '';
|
|
72
|
+
z-index: -1;
|
|
73
|
+
display: block;
|
|
74
|
+
position: relative;
|
|
75
|
+
top: -19px;
|
|
76
|
+
left: 44px;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.error-page:after {
|
|
80
|
+
width: 310px;
|
|
81
|
+
height: 17px;
|
|
82
|
+
margin: 0 auto;
|
|
83
|
+
top: 25px;
|
|
84
|
+
content: '';
|
|
85
|
+
z-index: -1;
|
|
86
|
+
display: block;
|
|
87
|
+
position: relative;
|
|
88
|
+
background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
89
|
+
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(59%, rgba(35, 26, 26, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
|
|
90
|
+
background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
91
|
+
background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
92
|
+
background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
93
|
+
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
|
|
94
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#003c2c2c', GradientType=1);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.error-page h1 {
|
|
98
|
+
color: rgba(255, 255, 255, 0.94);
|
|
99
|
+
font-size: 100px;
|
|
100
|
+
margin: 65px auto 0 auto;
|
|
101
|
+
text-shadow: 0px 0 7px rgba(0, 0, 0, 0.5);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.error-page h1:before {
|
|
105
|
+
width: 260px;
|
|
106
|
+
height: 1px;
|
|
107
|
+
position: relative;
|
|
108
|
+
margin: 0 auto;
|
|
109
|
+
top: 70px;
|
|
110
|
+
content: '';
|
|
111
|
+
display: block;
|
|
112
|
+
background: -moz-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
113
|
+
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 25, 25, 0.65)), color-stop(70%, rgba(75, 38, 38, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
|
|
114
|
+
background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
115
|
+
background: -o-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
116
|
+
background: -ms-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
117
|
+
background: radial-gradient(ellipse at center, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
118
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a66f1919', endColorstr='#003c2c2c', GradientType=1);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.error-page h1:after {
|
|
122
|
+
width: 260px;
|
|
123
|
+
height: 1px;
|
|
124
|
+
content: '';
|
|
125
|
+
display: block;
|
|
126
|
+
opacity: 0.2;
|
|
127
|
+
margin: 0 auto;
|
|
128
|
+
top: 50px;
|
|
129
|
+
position: relative;
|
|
130
|
+
background: -moz-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
131
|
+
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247, 173, 148, 0.65)), color-stop(99%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 0)));
|
|
132
|
+
background: -webkit-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
133
|
+
background: -o-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
134
|
+
background: -ms-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
135
|
+
background: radial-gradient(ellipse at center, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
136
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f7ad94', endColorstr='#00ffffff', GradientType=1);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.error-page h2 {
|
|
140
|
+
margin: 55px 0 30px 0;
|
|
141
|
+
font-size: 17px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.error-page h2:before {
|
|
145
|
+
width: 130px;
|
|
146
|
+
height: 1px;
|
|
147
|
+
position: relative;
|
|
148
|
+
margin: 0 auto;
|
|
149
|
+
top: 31px;
|
|
150
|
+
content: '';
|
|
151
|
+
display: block;
|
|
152
|
+
background: -moz-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
153
|
+
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 25, 25, 0.65)), color-stop(70%, rgba(75, 38, 38, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
|
|
154
|
+
background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
155
|
+
background: -o-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
156
|
+
background: -ms-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
157
|
+
background: radial-gradient(ellipse at center, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
|
|
158
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a66f1919', endColorstr='#003c2c2c', GradientType=1);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.error-page h2:after {
|
|
162
|
+
width: 130px;
|
|
163
|
+
height: 1px;
|
|
164
|
+
content: '';
|
|
165
|
+
display: block;
|
|
166
|
+
opacity: 0.2;
|
|
167
|
+
margin: 0 auto;
|
|
168
|
+
top: 11px;
|
|
169
|
+
position: relative;
|
|
170
|
+
background: -moz-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
171
|
+
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247, 173, 148, 0.65)), color-stop(99%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 0)));
|
|
172
|
+
background: -webkit-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
173
|
+
background: -o-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
174
|
+
background: -ms-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
175
|
+
background: radial-gradient(ellipse at center, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
|
|
176
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f7ad94', endColorstr='#00ffffff', GradientType=1);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.error-back {
|
|
180
|
+
text-decoration: none;
|
|
181
|
+
color: #430400;
|
|
182
|
+
font-size: 15px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.error-back:hover {
|
|
186
|
+
color: #EB957D;
|
|
187
|
+
text-shadow: 0 0 3px black;
|
|
188
|
+
}
|
|
189
|
+
</style>
|
|
190
|
+
</head>
|
|
191
|
+
|
|
192
|
+
<body>
|
|
193
|
+
<div class="error-page-wrap">
|
|
194
|
+
<article class="error-page gradient">
|
|
195
|
+
<h1>An error has occurred</h1>
|
|
196
|
+
</article>
|
|
197
|
+
</div>
|
|
198
|
+
</body>
|
|
199
|
+
|
|
200
|
+
</html>
|