Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

How to create a Web Application

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>

Terbium WebOS Wiki Page #003 by z1g Project

Clone this wiki locally