Free Online Operating System For All
.
├── bin/
├── boot/
│ └── actions/
├── dev/
│ └── preload/
├── etc/
│ ├── css/
│ ├── font/
│ ├── img/
│ ├── js/
│ ├── json/
│ └── sounds/
├── home/
├── lib/
│ ├── tos.teaos.admin/
│ ├── tos.teaos.browser/
│ └── tos.teaos.console/
├── pages/
├── usr/
│ ├── bin/
│ └── share/
│ └── backgrounds/
├── .gitignore
├── LICENCE
├── README.md
├── index.php
└── version
- bin/ - TeaOS Softwares
- boot/ - SQL file
└── actions/ - PHP actions files - dev/ - Testing features
└── preload/ - Preloader - etc/ - Assets files
├── css/ - CSS files
├── font/ - Fonts
├── img/ - Images
├── js/ - JavaScript files
├── json/ - JSON files
└── sounds/ - Audios - home/ - Storage for users files
- lib/ - Assets files
├── tos.teaos.admin/ - Admin panel software files
├── tos.teaos.browser/ - Browser software files
└── tos.teaos.console/ - Console software files - pages/ - Website pages
- usr/ - Assets files
├── bin/ - Users Softwares
└── share/ - Audios
└── backgrounds/ - Users backgrounds