Skip to content

Instantly share code, notes, and snippets.

View markolofsen's full-sized avatar
🎯
Focusing

Marq markolofsen

🎯
Focusing
View GitHub Profile
@markolofsen
markolofsen / index.html
Created July 21, 2026 11:59
Hello World page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hello World</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
min-height: 100vh;