Skip to content
Snippets Groups Projects
Commit fe218b60 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

test netlify

parent 30b0653d
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<h2 class="display-2 text-center mb-5">Page d'accueil</h2> <h2 class="display-2 text-center mb-5">Page d'accueil</h2>
<div class="row"> <div class="row">
<div class="col-6 m-auto text-center"> <div class="col-6 m-auto text-center">
<button class="btn btn-primary mb-3" @click="helloWorld($event)" data-response="I'm here !">Hello ?</button> <button class="btn btn-primary mb-3" @click="helloWorld($event)" data-response="Hello world !">Hello ?</button>
<p>{{ hello }}</p> <p>{{ hello }}</p>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment