Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commit #349

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion denimar5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Missão Estelar JS</title>
</head>
<body onload="eventoOnload()">
<button onclick="eventoOnload()" >Executar Missao</button>
<button onclick="eventoonClick()" >Executar Missao</button>
<script src="./js/js.js"></script>
</body>
</html>
10 changes: 10 additions & 0 deletions elcioferreira/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Javascript
React
Angular
Vue
C3
JAva
PHP
Ember
CSS
HTML5
14 changes: 14 additions & 0 deletions elcioferreira/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body onload="eventoOnload()">
<script src="./js/js.js"></script>
<h1> MIssao Estelar</h1>
<button onclick="eventoonClick()">"Aberte aqui"</button>

</body>
</html>
11 changes: 11 additions & 0 deletions elcioferreira/js/js.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
var missao = 'Missão Estelar JS em execução!!!';

function eventoOnload(){

console.log('Evento onload disparado');

}
function eventoonClick(){
alert('Missao estelar realizada com sucesso');
console.log('Missao estelar realizada com sucesso');
}