monorepo/website/node_modules/.cache/babel-loader/28193f79363305d41d9ed2d9537dc4649eff364a398ecdd5952379e41ca768be.json
stcb 985fd06b56
All checks were successful
/ mirror (push) Successful in 5s
/ deploy (push) Successful in 36s
Added proper p-256 key generation at app first launch and in settings
2025-02-13 15:35:18 +02:00

1 line
939 B
JSON

{"ast":null,"code":"export default {\n name: 'HomePage'\n};","map":{"version":3,"names":["name"],"sources":["/home/stcb/Desktop/TEK/Icing/monorepo/website/src/components/HomePage.vue"],"sourcesContent":["<!-- src/components/Home.vue -->\n<template>\n <div id=\"home\">\n <h1 class=\"centered\">\n <router-link to=\"/description\" class=\"no-underline\">ICING</router-link>\n </h1>\n </div>\n </template>\n \n <script>\n export default {\n name: 'HomePage',\n };\n </script>\n\n \n <style>\n .centered {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100vh;\n font-size: 3em;\n margin: 0;\n }\n \n .no-underline {\n text-decoration: none;\n color: inherit;\n }\n \n body {\n margin: 0;\n }\n </style>\n "],"mappings":"AAUI,eAAe;EACfA,IAAI,EAAE;AACN,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}