`
<br>
<h1>Bot Farm Idle Game</h1>
<p>Welcome to the Bot Farm! Your goal is to collect particles and build bots to help you automate the process.</p>
<p>Current Particles: <span id="particles">0</span></p>
<p>Bots: <span id="bots">0</span></p>
<button onclick="collectParticles()">Collect Particles</button>
<button onclick="buildBot()">Build Bot</button>
`