Browse Source

Cambios en Nginx/index.html y .gitignore_global para evitar los ficheros de mac ._*

main
Celestino Rey 2 years ago
parent
commit
f524ef9abf
2 changed files with 8 additions and 4 deletions
  1. +4
    -0
      .gitignore_global
  2. +4
    -4
      Nginx/index.html

+ 4
- 0
.gitignore_global View File

@ -0,0 +1,4 @@
# Ignora archivos del sistema Mac
.DS_store
._*

+ 4
- 4
Nginx/index.html View File

@ -39,8 +39,8 @@
<form action="upload.php" method="post" enctype="multipart/form-data"> <form action="upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="file" />
<input type="submit" value="Subir"/>
<input type="file" name="file" id="file" value=""/>
<input type="submit" value="Subir"/>
</form> </form>
<p>El archivo seleccionado se subirá al servidor para ser escuchado desde el teléfono.</p> <p>El archivo seleccionado se subirá al servidor para ser escuchado desde el teléfono.</p>
@ -130,7 +130,7 @@
</section> </section>
<!-- Five --> <!-- Five -->
<!--
<!-- -->
<section id="five" class="main style1"> <section id="five" class="main style1">
<div class="container"> <div class="container">
<header class="major special"> <header class="major special">
@ -445,7 +445,7 @@ print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</div> </div>
</section> </section>
-->
<!-- -->
<!-- Footer --> <!-- Footer -->
<section id="footer"> <section id="footer">


Loading…
Cancel
Save