Skip to content

Instantly share code, notes, and snippets.

View hr682's full-sized avatar

hr682

  • Joined Sep 25, 2025
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome Message</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
<!doctype html>
<html lang="ar">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TravelYalla QR</title>
<style>
body { font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 24px; display: grid; place-items: center; }
.card { text-align: center; max-width: 640px; }
img { width: 360px; max-width: 90vw; height: auto; image-rendering: pixelated; }
@hr682
hr682 / index.html
Created September 25, 2025 12:01
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome Message</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;