File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
components/content/overlay Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
- import Background from ' ./Background.vue' ;
2
+ import Background from ' ./Background.vue'
3
3
</script >
4
4
5
5
<template >
@@ -9,17 +9,28 @@ import Background from './Background.vue';
9
9
<h1 >Hola</h1 >
10
10
</div >
11
11
<div class =" top-left" >
12
- <a href =" https://tresjs.org" class =" logo" >
13
- <img src =" ./logos/tres_logo_white.svg" alt =" TresJS Logo" width =" 140" />
12
+ <a
13
+ href =" https://tresjs.org"
14
+ class =" logo"
15
+ >
16
+ <img
17
+ src =" /logos/tres_logo_white.svg"
18
+ alt =" TresJS Logo"
19
+ width =" 140"
20
+ >
14
21
</a >
15
22
</div >
16
23
<div class =" bottom-left" >
17
24
<div style =" display :flex " >
18
25
<div style =" padding-right :20px ; padding-top :5px " >
19
- <img src =" ./logos/tres_shapes_stack_white.svg" width =" 25" alt =" " />
26
+ <img
27
+ src =" /logos/tres_shapes_stack_white.svg"
28
+ width =" 25"
29
+ alt =" "
30
+ >
20
31
</div >
21
32
<div >
22
- <a href =" https://tresjs.org" >TresJS is Vue.js + Three.js</a ><br / >
33
+ <a href =" https://tresjs.org" >TresJS is Vue.js + Three.js</a ><br >
23
34
<a href =" /" >See more experiments and examples</a >
24
35
</div >
25
36
</div >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments