File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <p align =" center " >
2+ <img src =" docs/logo.png " alt =" Watch Tower " width =" 180 " height =" 180 " />
3+ </p >
4+
15# Watch Tower
26
37[ ![ CI] ( https://github.com/MMTE/watch-tower/actions/workflows/ci.yml/badge.svg )] ( https://github.com/MMTE/watch-tower/actions/workflows/ci.yml )
Original file line number Diff line number Diff line change 88< meta property ="og:title " content ="Watch Tower " />
99< meta property ="og:description " content ="Pluggable notification hub for AI agents and apps. " />
1010< meta property ="og:type " content ="website " />
11+ < meta property ="og:image " content ="https://mmte.github.io/watch-tower/logo.png " />
12+ < meta name ="twitter:card " content ="summary " />
13+ < link rel ="icon " type ="image/png " href ="logo.png " />
1114< style >
1215 : root {
1316 --fg : # 1a1a1a ;
3740 }
3841 main { max-width : 720px ; margin : 0 auto; padding : 64px 24px 96px ; }
3942 header { margin-bottom : 48px ; }
43+ .logo { display : block; margin : 0 0 16px ; border-radius : 12px ; }
4044 h1 { font-size : 2rem ; margin : 0 0 8px ; letter-spacing : -0.02em ; }
4145 .pitch { color : var (--muted ); margin : 0 0 24px ; font-size : 1.1rem ; }
4246 .badges { display : flex; flex-wrap : wrap; gap : 8px ; margin : 0 0 24px ; }
9599< body >
96100< main >
97101 < header >
102+ < img src ="logo.png " alt ="" width ="128 " height ="128 " class ="logo " />
98103 < h1 > Watch Tower</ h1 >
99104 < p class ="pitch "> Pluggable notification hub for AI agents and apps. One MCP server + one REST API, fan out to multiple channels.</ p >
100105 < div class ="badges ">
You can’t perform that action at this time.
0 commit comments