diff --git a/index.html b/index.html index e0d1c84..d20ea0f 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,18 @@ +
- -
- Edit src/App.tsx
and save to test HMR
-
- Click on the Vite and React logos to learn more -
- > ++ Title:{" "} + + {item.title} + +
+Author: {item.author}
+Created: {formatDate(item.created * 1000)}
++ Ups/Downs: {item.ups}/{item.downs} +
+