|
|
| Linha 2: |
Linha 2: |
| $(function () { | | $(function () { |
| $('body').prepend( | | $('body').prepend( |
| ' <div id="left"> | | ' hello world' |
| <h4>
| |
| <a href="https://letrasmais.net.br" title="Letras+" target="_parent">Letras+</a> |
| |
|
| |
| <a href="https://letrasmais.net.br/letrodromo" title="Plataforma de jogos de Letras" target="_parent">Letródromo</a> |
| |
| <a href="https://letrasmais.net.br/letropedia" title="A enciclopédia de Letras" target="_parent">Letropédia</a> |
| |
| | |
| <!-- <a href="https://letrasmais.net.br/letraral" title="Material didático de Letras" target="_parent">Letraral</a> |
| |
| <a href="https://letrasmais.net.br/letragogia" title="Ambiente virtual de aprendizagem de Letras" target="_parent">Letragogia</a> |
| |
| <a href="https://letrasmais.net.br/letroteca" title="Biblioteca de domínio público em Letras" target="_parent">Letroteca</a> |
| |
| <a href="https://letrasmais.net.br/letroverso" title="Espaço de criação de Letras" target="_parent">Letroverso</a> |
| |
| <a href="https://letrasmais.net.br/falatorio" title="Fórum de Letras" target="_parent">Falatório</a> -->
| |
|
| |
| <a href="https://letrasmais.net.br/palco" title="Plataforma de Aprendizagem em Letras, Comunicação e Oralidade" target="_parent">PALCO</a> |
| |
| <a href="index.php?letras=about" title="Sobre" target="_parent">Sobre</a> |
| |
| <a href="https://universidade.df.gov.br/" title="UnDF" target="_parent">UnDF</a>
| |
| </h4>
| |
| </div>'
| |
| ); | | ); |
| }); | | }); |
/* Códigos JavaScript aqui colocados serão carregados por todos aqueles que acessarem alguma página deste wiki */
$(function () {
$('body').prepend(
' hello world'
);
});