Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/123click/assets/ |
Upload File : |
home/verseaumee/123click/assets/js/app.js 0000604 00000001327 15074112155 0014204 0 ustar 00 // import axios from 'axios';
// window.addEventListener('load', () => {
// const api = 'http://www.colr.org/json/color/random';
// const body = document.querySelector('body');
// function randomColor() {
// axios.get(api).then(res => {
// let color = res.data.colors[0].hex;
// if (!color) {
// console.error('Random color could not be fetched.');
// }
// color = '#' + color;
// body.style.backgroundColor = color;
// }).catch(() => console.error('Random color could not be fetched.'));
// }
// randomColor();
// setInterval(randomColor, 8000);
// });
console.log("Live");
$('#myModal').on('shown.bs.modal', function () {
$('#myInput').trigger('focus')
})