Skip to content

Instantly share code, notes, and snippets.

View vpnpassi's full-sized avatar
🎯
Focusing

Pascal Mahlberg vpnpassi

🎯
Focusing
View GitHub Profile
@vpnpassi
vpnpassi / basics.html
Last active September 12, 2026 05:52
[HTML5] #html5 #basics
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Titel</title>
</head>
<body>
</body>