You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.7 KiB

<template>
<div>
<pre class="asciiLogo">
</pre>
</div>
</template>
<script>
export default {
name: "ASCIILogo"
}
</script>
<style scoped>
.asciiLogo{
font-size: .9rem;
font-weight: 1rem;
color: #399d9d;
background-color: unset;
width: fit-content;
}
</style>