-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 830 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
</head>
<body>
<!-- <img src="svg/speech/codigo.svg" alt="codigo" style="width:100%;height:100vh"> -->
<object type="image/svg+xml" data="svg/speech/codigo.svg" style="width:100%;height:100vh">
</object>
<div style="text-align:center">
<textarea rows=8 cols=88 style="resize:none;overflow:hidden;border:0;margin-left:4em">
transcriação : do poema CÓDIGO de Augusto de Campos (1973)
code golf : codar com o mínimo possível de caracteres ou bytes
codigolf : bloco svg atualmente com 326B
otimizado-minimizado 326 caracteres que descrevem matematicamente
a curva do poema o código do código
</textarea>
</div>
</body>
</html>