Skip to content

DynamicCode1/webos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages