[READ-ONLY] Mirror of https://github.com/danielroe/digital-labin. digital-labin.vercel.app
0

Configure Feed

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

digital-labin / index.html
286 B 15 lines
1<!DOCTYPE html> 2<html lang="en"> 3 4<head> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <title>Hi Digital Labin</title> 8</head> 9 10<body> 11 <main id="root"></main> 12 <script type="module" src="./app/client.ts"></script> 13</body> 14 15</html>