Skip to content

Instantly share code, notes, and snippets.

@UrickAlberth
UrickAlberth / index.html
Created February 3, 2026 14:36
Navegação Veicular
<html lang="pt-BR" class="h-full">
<head>
<meta charset="UTF-8" />
<title>Sistema de Navegação Veicular 3D</title>
<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Leaflet CSS -->
@UrickAlberth
UrickAlberth / index.html
Last active August 16, 2023 16:08
Pacman
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Pac-Man Game</title>
</head>
<body>
<div class="game-container">
<label>Pontos: </label><span id="pts">0</span>
@UrickAlberth
UrickAlberth / index.html
Created August 2, 2023 20:25
tabela periódica
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tabela Periódica</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>