Skip to content

Commit

Permalink
title changed
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlfok authored Jul 1, 2024
1 parent 7366513 commit f91f300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tabla de Datos Interactiva</title>
<title>DLS 24 - Database</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js"></script>
<style>
body {
Expand Down Expand Up @@ -95,8 +95,8 @@
<!-- Además, que las 2 primeras columnas se combinen en una sola -->
<body>
<div class="container">
<h1>Tabla de Datos Interactiva</h1>
<input type="text" id="search" placeholder="Buscar...">
<h1>DLS 24 - Database</h1>
<input type="text" id="search" placeholder="Search...">
<table id="dataTable">
<thead>
<tr id="headerRow"></tr>
Expand Down

0 comments on commit f91f300

Please sign in to comment.