Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
niqoar authored Aug 9, 2024
1 parent 585db6e commit 4181897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!--input--->
<h1 class="h1 text-danger text-center">Elegir un suscriptor</h1>
<div class="d-flex" id="inputBox">
<textarea id="urlInput" class="form-control" placeholder="Pegue la lista CSV aquí:&#10;cukijas, 2024-07-17T14:53:55Z,Tier 1,7,4,recurring,false&#10;dreeent,2024-07-17T16:56:50Z,Tier 1,1,1,recurring,false&#10;jdjwisk,2024-07-10T18:00:10Z,Tier 1,1,1,gift,false" rows="5"></textarea>
<textarea id="urlInput" class="form-control" placeholder="Pegue la lista CSV aquí:&#10;cukijas,2024-07-17T14:53:55Z,Tier 1,7,4,recurring,false&#10;dreeent,2024-07-17T16:56:50Z,Tier 1,1,1,recurring,false&#10;jdjwisk,2024-07-10T18:00:10Z,Tier 1,1,1,gift,false" rows="5"></textarea>
<button id="darkModeButton" class="btn btn-dark ml-3">
<span id="darkModeIcon">&#127769;</span>
</button>
Expand Down Expand Up @@ -49,4 +49,4 @@ <h1 class="h1 text-danger text-center">Elegir un suscriptor</h1>

<script src="main.js"></script>
</body>
</html>
</html>

0 comments on commit 4181897

Please sign in to comment.