Initial commit (Chrome PoC, tested on Vivaldi v7.0.3495.6)

This commit is contained in:
Jack Yu 2024-10-26 21:42:25 -07:00
commit 860fa8ad90
13 changed files with 2904 additions and 0 deletions

8
public/css/style.css Normal file
View file

@ -0,0 +1,8 @@
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}