Home

console.log('Welkome !');

fetch('./data.json').then(function (response) { return response.json();})

.then(function (json) {console.log(json.message)})

.catch(function (error) { console.log('Error: ', error); });

message.txt

Hello!

My name is Alexis Andrieu, I'm an engineer student in computer science and management.

I'm French and I live in Montpellier, a town in south of France.

More to come soon...