A simple and elegant web page that calculates and displays the exact duration of a relationship, updating the counter every second.
- Real-Time Counter: Shows the elapsed time in years, months, weeks, days, hours, minutes, and seconds.
- Modern Design: A clean and responsive layout that adapts to desktops, tablets, and mobile devices.
- Easy to Customize: Easily change the start date and images to suit any couple.
- HTML5
- CSS3
- JavaScript
- Download the files:
index.html
,style.css
, andscript.js
. - Add your photos: Place both images in the 'img' folder. Rename them to
her.jpg
andme.jpg
or change the names in theindex.html
file. - Adjust the date: In the
script.js
file, change the date in theconst dataInicial = new Date("2023-11-19T21:00:00");
line to your relationship's start date. - Open in browser: Open the
index.html
file in any web browser to see the magic happen!
Made with love.