Skip to content

Commit

Permalink
chore: update 404 and show download link
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 17, 2024
1 parent ddfca36 commit e1615ac
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
5 changes: 5 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Página não encontrada (404)

Desculpe, a página que você está procurando não foi encontrada.

[Volte para a página inicial](https://gabriel-logan.github.io/ListaVideos/)
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ Esta é uma página desenvolvida em PHP, HTML e CSS que tem a funcionalidade de
# Para usar você apenas precisa colocar o index.php dentro da pasta onde estão seus videos.mp4

Por enquanto ela funciona apenas para videos mp4
Aceito colaborações para melhorar o código e adicionar novas funcionalidades.

## Download index.php
[Clique aqui para baixar](https://gabriel-logan.github.io/ListaVideos/index.php)

**by: Gabriel Logan**

**by: Gabriel Logan**

# Antes

Expand All @@ -23,6 +27,5 @@ Por enquanto ela funciona apenas para videos mp4

**Usando o index.php**


![Diretorio depois](https://raw.githubusercontent.com/gabriel-logan/ListaVideos/main/Antes_Depois/diretorioDepois.png)
![Xampp Depois](https://raw.githubusercontent.com/gabriel-logan/ListaVideos/main/Antes_Depois/apacheXamppDepois.png)
12 changes: 11 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,16 @@
line-height: 120px;
margin: 0;
}

a {
text-decoration: none;
color: #666;
font-weight: bold;
}

a:hover {
color: #898989;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -151,7 +161,7 @@
?>
</div>
<footer>
<p>© 2023 Gabriel Logan. Todos os direitos reservados.</p>
<p>&copy; 2023 <a href="https://github.com/gabriel-logan" target="_blank">Gabriel Logan</a>. Todos os direitos reservados.</p>
</footer>
</div>
</body>
Expand Down

0 comments on commit e1615ac

Please sign in to comment.