Mercurial > code > home > repos > front-door-display
diff index.html @ 0:d09d690419e0
start
author | drewp@bigasterisk.com |
---|---|
date | Sat, 18 Mar 2023 19:34:12 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.html Sat Mar 18 19:34:12 2023 -0700 @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <title>front-door-display</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="stylesheet" type="text/css" media="screen" href="src/main.css" /> + <script type="module" src="src/main.ts"></script> + </head> + <body> + <fd-week-guide></fd-week-guide> + <fd-upcoming-events></fd-upcoming-events> + </body> +</html>