Skip to content

Commit be4420b

Browse files
Inserindo acessibilidade
1 parent 8da3921 commit be4420b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

templates/base.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
</head>
1919

2020
<body>
21+
<div vw class="enabled">
22+
<div vw-access-button class="active"></div>
23+
<div vw-plugin-wrapper>
24+
<div class="vw-plugin-top-wrapper"></div>
25+
</div>
26+
</div>
27+
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
28+
<script>
29+
new window.VLibras.Widget('https://vlibras.gov.br/app');
30+
</script>
2131
<form method="post" class="navbar-right">
2232
{% csrf_token %}
2333
<ul class="horizontal">

0 commit comments

Comments
 (0)