A small Disqus alternative based on AT Proto (WIP)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update index.html

Bigaston 73447899 61a9c897

+2 -2
+2 -2
index.html
··· 1 - <!DOCTYPE html> 1 + <!doctype html> 2 2 <html lang="en"> 3 3 <head> 4 4 <meta charset="UTF-8" /> 5 5 <link rel="icon" type="image/svg+xml" href="/vite.svg" /> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 - <title>at-video</title> 7 + <title>Comments</title> 8 8 </head> 9 9 <body class="h-screen bg-neutral-100"> 10 10 <div id="app"></div>