mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Added game of life background
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup>
|
||||
import GOLbackground from '@/components/GOLbackground.vue';
|
||||
import welcome from '@/components/home/welcome.vue';
|
||||
import intersection from '@/components/home/intersection.vue';
|
||||
import presentation from '@/components/home/presentation.vue';
|
||||
@@ -42,6 +43,8 @@
|
||||
|
||||
<template>
|
||||
|
||||
<GOLbackground />
|
||||
|
||||
<welcome/>
|
||||
|
||||
<intersection text="Lorem ipsum dolor sit amet" button-text="En savoir plus" button-link="#"/>
|
||||
|
||||
Reference in New Issue
Block a user