cs233 / fliplot

HTML & JS based VCD viewer as a VS Code extension for CS 233
Apache License 2.0
0 stars 0 forks source link

Move static files into a `resouces` directory #10

Closed yufengwng closed 2 years ago

yufengwng commented 2 years ago

Following examples such as this vscode extension, we should put our static resources into a top-level resources folder. Let's move our css and html files into here.