mirror of
https://github.com/domfelipe/mood-de-hoje.git
synced 2026-08-07 05:26:45 +00:00
Add files via upload
This commit is contained in:
parent
a8fc644937
commit
d4174b8509
1 changed files with 35 additions and 0 deletions
35
mood_de_hoje.html
Normal file
35
mood_de_hoje.html
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pt">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Mood de Hoje</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
background-color: #000;
|
||||||
|
color: #fff;
|
||||||
|
font-family: Impact, sans-serif;
|
||||||
|
text-align: center;
|
||||||
|
margin: 0;
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 60px;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gif-container img {
|
||||||
|
max-width: 80%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>MOOD DE HOJE</h1>
|
||||||
|
<div class="gif-container">
|
||||||
|
<!-- Atualize o link do gif conforme necessário -->
|
||||||
|
<img src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMXF4a3Q2M3VvdXMxY2ZhcjdrbHc5a3ZucnBxODNwYzJyZ3l6NHJ6aiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/NTur7XlVDUdqM/giphy.gif" alt="Gif do humor do dia">
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue