2021-01-24 16:44:56 +01:00

12 lines
230 B
Vue

<template>
<div class="github-logo">
</div>
</template>
<style lang="scss" scoped>
.github-logo {
background-image: url("/assets/brand/github/github-mark-light-120px.png");
background-size: contain;
}
</style>