This commit is contained in:
parent
3000cb89ca
commit
1a473db9f8
1 changed files with 7 additions and 1 deletions
|
@ -4,10 +4,11 @@
|
|||
export let data;
|
||||
</script>
|
||||
|
||||
|
||||
<Header transparent></Header>
|
||||
<img src='/splash.jpeg' alt='splash'>
|
||||
|
||||
<div>
|
||||
<div id='divider'>
|
||||
<div id='banner'>
|
||||
<p>Percorso <b>{data.name}</b></p>
|
||||
<p id='duration'>Durata {Math.floor(Number(data.duration) / 60)}'</p>
|
||||
|
@ -17,6 +18,11 @@
|
|||
|
||||
|
||||
<style>
|
||||
#divider {
|
||||
background: white;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue