- created logo FreePlanet in SVG animation !

This commit is contained in:
Paolo Arena
2019-01-08 01:22:09 +01:00
parent 24e6f47801
commit f715aab9d5
22 changed files with 409 additions and 51 deletions

View File

@@ -0,0 +1,7 @@
<template>
<div id="logo">
<img id="logoimg" alt="FreePlanet" :src="`assets/${logoimg()}`">
</div>
</template>
<script lang="ts" src="./logo.ts">
</script>