Skip to content

Instantly share code, notes, and snippets.

View WillianJws's full-sized avatar

JS Willian WillianJws

View GitHub Profile
@WillianJws
WillianJws / index.html
Last active April 8, 2025 17:07
ALURA ATIVIDADE 5
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Perguntas Finais</title>
<link rel="stylesheet" href="estilo.css">
</head>
<body>
<div class="titulo">
@WillianJws
WillianJws / index.html
Created April 5, 2025 21:41
ALURA ATIVIDADE 4
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marvel game</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
@WillianJws
WillianJws / index.html
Created April 5, 2025 21:33
ALURA ATIVIDADE 3
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JogoDoVidro</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
@WillianJws
WillianJws / index.html
Created April 5, 2025 21:27
ALURA ATIVIDADE AULA 2
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jogos dos 3 tipos</title>
<!-- Corrigido o fechamento da tag <link> -->
<link rel="stylesheet" href="style.css">
</head>
<body>
@WillianJws
WillianJws / index.html
Created April 5, 2025 21:17
README Primeiro: Modo de instalar no VSCode criar uma pasta criar cada repositor, Index.html, style.css, script.js Copiar e colar o código html no repositor criado index.html Copiar e colar o código CSS no repositor criado style.css Copiar e colar o código JS no repositor criado script.js Segundo: abrir o site aperte f5 em seu vscode, onde irá a…
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conversão de Moedas</title>
<link rel="stylesheet" href="style.css">
</head>
<body>