2016-11-07 01:34:58 +00:00
<!DOCTYPE html>
< html >
2017-08-05 00:58:26 +00:00
< head >
2017-09-01 15:59:20 +00:00
< title > Application error< / title >
< meta charset = "utf-8" >
< meta content = "width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name = viewport >
2017-08-05 00:58:26 +00:00
< style >
2017-09-01 15:59:20 +00:00
.__nuxt-error-page{background:#f7f8fb;color:#47494e;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;font-weight:100!important;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;position:absolute;top:0;left:0;right:0;bottom:0}.__nuxt-error-page .error{max-width:450px}.__nuxt-error-page .title{font-size:24px;font-size:1.5rem;margin-top:15px;color:#47494e;margin-bottom:8px}.__nuxt-error-page .description{color:#7f828b;line-height:21px;margin-bottom:10px}.__nuxt-error-page a{color:#7f828b!important;text-decoration:none}.__nuxt-error-page .logo{position:fixed;right:12px;bottom:12px}
2017-08-05 00:58:26 +00:00
< / style >
< / head >
< body >
2017-08-05 10:24:12 +00:00
< div class = "__nuxt-error-page" >
2017-09-01 15:59:20 +00:00
< div class = "error" >
< svg xmlns = "http://www.w3.org/2000/svg" width = "90" height = "90" fill = "#DBE1EC" viewBox = "0 0 48 48" > < path d = "M22 30h4v4h-4zm0-16h4v12h-4zm1.99-10C12.94 4 4 12.95 4 24s8.94 20 19.99 20S44 35.05 44 24 35.04 4 23.99 4zM24 40c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z" / > < / svg >
< div class = "title" > Application error< / div >
< div class = "description" > < % if (debug) { %>{{ message }}< % } else { %>An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.< % } %>< / div >
< / div >
< div class = "logo" >
Powered by < a href = "https://nuxtjs.org" target = "_blank" rel = "noopener" > Nuxt.js< / a >
2017-08-05 00:58:26 +00:00
< / div >
2017-08-05 10:24:12 +00:00
< / div >
2017-08-05 00:58:26 +00:00
< / body >
2016-11-07 01:34:58 +00:00
< / html >