-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcaranguejo.html
29 lines (28 loc) · 866 Bytes
/
caranguejo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Caranguejo Opressivo</title>
</head>
<body>
<div align="center">
<img src="assets/caranguejo-opressivo.png" alt="Caranguejo Opressivo" height="500">
<div>
<audio controls autoplay loop>
<source src="assets/da-q-te-dou-outra.mp3" />
</audio>
</div>
<footer style="border-top: 1px solid #eaeaea">
<small style="float:left">
<ul>
Copyleft <span style="display:inline-block;transform: rotate(180deg)">©</span> <a href="https://github.com/cassianoblonski/caranguejo-opressivo">Caranguejo Opressivo</a>
</ul>
</small>
<small style="float:right">
In honour of the most famous site of all time<br>
<a href="http://pudim.com.br">http://pudim.com.br</a>
</small>
</footer>
</div>
</body>
</html>