12 lines
230 B
Vue
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> |