├── 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 | ![image](https://user-images.githubusercontent.com/39745401/147692559-3590a340-a8c9-4553-be81-73ee5096a12c.png) 7 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 29 | 32 | 33 | 96 | 97 | 98 | 99 |
100 | 101 |
102 | 103 |
104 |
105 | 106 | 127 | 128 | 129 | --------------------------------------------------------------------------------