Skip to content

unity1008/OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d43557d · Jul 19, 2024

History

2 Commits
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published