shoaib-jamal / webos

This is the collection of best Web OS's on the internet

Home Page:https://webos.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webos

webos is the collection of all the simulations of Operating systems made using JavaScript to add your project:-

  1. replace the following then put it in index.html and then send a pull request
<div class="card">
    <div class="card-border-top"></div>
    <div class="img">
      <img src="[image link or pr image in `/images`]">
    </div>
    <span>[Name]</span>
    <button onclick="goto(`[Link]`)"> Run </button>
</div>

For example you have your demo at https://dynamicos.netlify.app , and the logo is images/os.png then the code will be as follows

<div class="card">
    <div class="card-border-top"></div>
    <div class="img">
      <img src="images/os.png">
    </div>
    <span>AvdanOS</span>
    <button onclick="goto(`https://dynamicos.netlify.app`)"> Run </button>
</div>

About

This is the collection of best Web OS's on the internet

https://webos.js.org

License:GNU General Public License v3.0


Languages

Language:HTML 55.1%Language:CSS 33.9%Language:JavaScript 10.9%