├── CNAME ├── bg.jpg ├── bg.mp4 ├── sus.png ├── favicon.png ├── gardearc.png ├── necoarc.webp ├── README.md └── index.html /CNAME: -------------------------------------------------------------------------------- 1 | sus.jiftoo.dev -------------------------------------------------------------------------------- /bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiftoo/sus/master/bg.jpg -------------------------------------------------------------------------------- /bg.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiftoo/sus/master/bg.mp4 -------------------------------------------------------------------------------- /sus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiftoo/sus/master/sus.png -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiftoo/sus/master/favicon.png -------------------------------------------------------------------------------- /gardearc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiftoo/sus/master/gardearc.png -------------------------------------------------------------------------------- /necoarc.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiftoo/sus/master/necoarc.webp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # sus 2 | sussy 3 | 4 | Dumb website i made at school in 15 minutes. 5 | 6 |  7 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |
103 |