1 line
939 B
JSON
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":[]} |