Skip to content

Instantly share code, notes, and snippets.

@hugojuradogarcia
hugojuradogarcia / main.py
Last active February 6, 2024 04:32
Reto del dia lunes
print("Hello World")
/* If you've ever had the need to link directly to an open modal window with Bootstrap, here's a quick and easy way to do it:
Make sure your modal has an id:
<div class="modal" id="myModal" ... >
Then stick this bit of Javascript at at the end of your document:
*/
$(document).ready(function() {