Skip to content

Instantly share code, notes, and snippets.

@ehigor506
ehigor506 / index.html
Created April 22, 2026 17:24
Untitled
<!DOCTYPE html>
<html lang="pt-BR">
<head> <button onclick="toggleDarkMode()">Modo Escuro</button>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfólio - Higor Eduardo</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #B22222;