visualizar index.html
This commit is contained in:
parent
9ee0eb6873
commit
e1e1e83d20
node_modules/admin-lte
|
@ -1,4 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
document.querySelector(".preloader").style.display = "none";
|
||||
});
|
||||
</script>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
|
Loading…
Reference in New Issue