11 lines
158 B
Vue
11 lines
158 B
Vue
<template>
|
|
<section>
|
|
<h1>Welcome to Corteza Server Web Console.</h1>
|
|
</section>
|
|
</template>
|
|
<style lang="scss">
|
|
section {
|
|
padding: 20px;
|
|
}
|
|
</style>
|