├── CNAME ├── README.md ├── ads.txt ├── after.jpg ├── before.jpg ├── favicon_196.png ├── favicon_32.png ├── index.html └── style.css /CNAME: -------------------------------------------------------------------------------- 1 | gvsc.rajephon.dev -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajephon/gvsc/HEAD/README.md -------------------------------------------------------------------------------- /ads.txt: -------------------------------------------------------------------------------- 1 | google.com, pub-5439665297289744, DIRECT, f08c47fec0942fa0 -------------------------------------------------------------------------------- /after.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajephon/gvsc/HEAD/after.jpg -------------------------------------------------------------------------------- /before.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajephon/gvsc/HEAD/before.jpg -------------------------------------------------------------------------------- /favicon_196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajephon/gvsc/HEAD/favicon_196.png -------------------------------------------------------------------------------- /favicon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajephon/gvsc/HEAD/favicon_32.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajephon/gvsc/HEAD/index.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajephon/gvsc/HEAD/style.css --------------------------------------------------------------------------------