Skip to content

Instantly share code, notes, and snippets.

View mlazarou1990's full-sized avatar

mlazarou1990

  • Joined Mar 29, 2026
View GitHub Profile
@mlazarou1990
mlazarou1990 / index.html
Created April 8, 2026 21:19
Boley's Plaice — Regulars Menu
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#000000">
<title>Boley's Plaice — Order via Regulars</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<style>
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;}