You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
Notplayingallday383 edited this page Jan 31, 2023
·
1 revision
How to create a Web Application for Terbium WebOS
To create a web application for Terbium WebOS it is quite simple first go to /static/index.html and scroll down until you find <div class=appsDesk id=appsDesk>
Once you are there modify this code and then insert it into the class and make sure not to accidentally break another apps code or else it will not function!
Required Code to be inserted<div class="deskapp" data-appName="Tutorial" title="Tutorial" onclick="windows('https://github.com/z1g-project/Terbium/wiki', './resources/terbium.png', 'Tutorial', false, false, false, 'Tutorial');"> <img src="./resources/terbium.png" id="Tutorial" title="Tutorial" class="appIcon"></div>