Skip to content

Instantly share code, notes, and snippets.

@IlyaZha
IlyaZha / tlscontact.js
Created June 6, 2023 07:29
tlscontact JS
const audio = new Audio();
// Set the source of the audio file
audio.src = 'http://commondatastorage.googleapis.com/codeskulptor-assets/week7-brrring.m4a';
const audio2 = new Audio();
// Set the source of the audio file
audio2.src = 'http://commondatastorage.googleapis.com/codeskulptor-assets/Collision8-Bit.ogg';
function makeAttention() {
@IlyaZha
IlyaZha / tlscontact-small.css
Last active June 6, 2023 08:14
tlscontact small screen
:root {
--slot-height: 31px;
}
#timeTable div.take_appointment {
/* width: 1200px;*/
width: fit-content;
}
header .container, .overlapping-lg-card.card-with-bars, td.done, tr.done, #ajax_form_status #center,