Skip to content

Instantly share code, notes, and snippets.

@MoisesADC
MoisesADC / index.html
Last active May 1, 2026 19:22
Pawlinkd App Mockup — all screens including Pet Preferences, Home & Area, Weekly Availability, Caretaker Profile Menu
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Pawlinkd — App Mockup</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
background: #0f0f1a;