├── bootstrap.css ├── bootstrap.css.map ├── favicon.svg ├── fonts.css ├── fonts ├── Inconsolata-VF.woff2 └── Inter-roman.var.woff2 ├── index.html ├── privacy.html └── seeding.html /bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kepstin/magicisrc/HEAD/bootstrap.css -------------------------------------------------------------------------------- /bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kepstin/magicisrc/HEAD/bootstrap.css.map -------------------------------------------------------------------------------- /favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kepstin/magicisrc/HEAD/favicon.svg -------------------------------------------------------------------------------- /fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kepstin/magicisrc/HEAD/fonts.css -------------------------------------------------------------------------------- /fonts/Inconsolata-VF.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kepstin/magicisrc/HEAD/fonts/Inconsolata-VF.woff2 -------------------------------------------------------------------------------- /fonts/Inter-roman.var.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kepstin/magicisrc/HEAD/fonts/Inter-roman.var.woff2 -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kepstin/magicisrc/HEAD/index.html -------------------------------------------------------------------------------- /privacy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kepstin/magicisrc/HEAD/privacy.html -------------------------------------------------------------------------------- /seeding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kepstin/magicisrc/HEAD/seeding.html --------------------------------------------------------------------------------