-
Notifications
You must be signed in to change notification settings - Fork 12
/
component---node-modules-gatsby-theme-mini-src-pages-404-jsx-2144a3340b79f2154f89.js.map
1 lines (1 loc) · 2.15 KB
/
component---node-modules-gatsby-theme-mini-src-pages-404-jsx-2144a3340b79f2154f89.js.map
1
{"version":3,"file":"component---node-modules-gatsby-theme-mini-src-pages-404-jsx-2144a3340b79f2154f89.js","mappings":"sKAGe,SAASA,IACtB,OACE,uBACEC,MAAO,CACLC,SAAU,WACVC,IAAK,EACLC,MAAO,EACPC,OAAQ,EACRC,KAAM,EACNC,OAAQ,EACRC,WAAY,SAGd,uBACEP,MAAO,CACLC,SAAU,WACVC,IAAK,EACLC,MAAO,EACPC,OAAQ,EACRC,KAAM,EACNG,MAAO,QACPC,OAAQ,QACRC,OAAQ,OACRH,WAAY,wCAGd,uBACEP,MAAO,CACLW,MAAO,QACPH,MAAO,MACPI,WAAY,SAGd,sBACEZ,MAAO,CACLa,SAAU,OACVC,MAAO,YAHX,OAQA,qBACEd,MAAO,CACLe,aAAc,OACdD,MAAO,YACPD,SAAU,OACVG,WAAY,SALhB,iBAUA,2BACE,gBAAC,KAAD,CAAMC,GAAG,KAAT","sources":["webpack://blog/./node_modules/gatsby-theme-mini/src/pages/404.jsx"],"sourcesContent":["import React from 'react'\nimport { Link } from 'gatsby'\n\nexport default function NotFound() {\n return (\n <div\n style={{\n position: 'absolute',\n top: 0,\n right: 0,\n bottom: 0,\n left: 0,\n zIndex: 1,\n background: '#fff',\n }}\n >\n <div\n style={{\n position: 'absolute',\n top: 0,\n right: 0,\n bottom: 0,\n left: 0,\n width: '960px',\n height: '360px',\n margin: 'auto',\n background: 'url(/404.svg) no-repeat center left',\n }}\n >\n <div\n style={{\n float: 'right',\n width: '40%',\n paddingTop: '60px',\n }}\n >\n <h2\n style={{\n fontSize: '72px',\n color: '#434e59',\n }}\n >\n 404\n </h2>\n <p\n style={{\n marginBottom: '16px',\n color: '#00000073',\n fontSize: '20px',\n lineHeight: '28px',\n }}\n >\n 抱歉,你访问的页面暂不存在\n </p>\n <div>\n <Link to=\"/\">查看其它文章</Link>\n </div>\n </div>\n </div>\n </div>\n )\n}\n"],"names":["NotFound","style","position","top","right","bottom","left","zIndex","background","width","height","margin","float","paddingTop","fontSize","color","marginBottom","lineHeight","to"],"sourceRoot":""}