Skip to content

Commit bc823ee

Browse files
committed
Add apple-touch-icon for improved mobile experience
1 parent 3c3ca42 commit bc823ee

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

front/apple-touch-icon.png

716 Bytes
Loading

front/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<title>OCaml LOB — Matching Engine</title>
2020
<meta name="description" content="Limit-Order-Book matching engine in OCaml 5 — ~18 M orders/sec, p99 under 1μs, zero bytes allocated per submit (bench-validated). Live demo with a Bloomberg-terminal dashboard.">
2121
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
22+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
2223
<link rel="canonical" href="https://ocaml-lob.vercel.app/">
2324

2425
<!-- Open Graph (Slack / iMessage / Discord / LinkedIn / Facebook). -->

0 commit comments

Comments
 (0)