0% found this document useful (0 votes)
4 views1 page

Curso JavaScript para Desenvolvedores

The document is an HTML template for a JavaScript course titled 'Curso Javascript'. It includes a script reference to 'aula.js' and displays a heading 'Dev Aprender' on the webpage. The document is structured with standard HTML elements including head and body sections.

Uploaded by

Marcelo Paixao
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Curso JavaScript para Desenvolvedores

The document is an HTML template for a JavaScript course titled 'Curso Javascript'. It includes a script reference to 'aula.js' and displays a heading 'Dev Aprender' on the webpage. The document is structured with standard HTML elements including head and body sections.

Uploaded by

Marcelo Paixao
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

CURSO JAVA SCRIPT DEV XXX // console.

log('jhonatan')

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Curso Javascript</title>
<script src="./[Link]"></script>
</head>

<body>
<h1>Dev Aprender</h1>
</body>

</html>

You might also like