buildHtml
baseUrl https://cell.scroll.pub
metaTags
editButton /edit.html
title Cell Particle Simulator
style.css
header
class hero
h1 Cell Particle Simulator
p Experience cellular dynamics in real-time
main
section
class simulator-container
canvas
id particleCanvas
width 800
height 600
div
class controls
button Reset
id resetBtn
div
class slider-container
label Particle Count
for particleCount
input
type range
id particleCount
min 50
max 500
value 200
div
class slider-container
label Particle Speed
for particleSpeed
input
type range
id particleSpeed
min 1
max 10
value 5
footer
p Built with passion for cellular biology and web technology
nav
a About
href #about
a Contact
href #contact
script.js