Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div bgColor="black">
- <text x="10" y="2" color="yellow" content="Welcome to the Interactive Website!" />
- <br />
- <text x="5" y="4" color="white" content="Explore the features below:" />
- <br />
- <!-- Navigation Section -->
- <div bgColor="blue">
- <text x="5" y="6" color="white" content="Navigation" />
- <br />
- <button x="5" y="8" label="Home" action="homeScript" />
- <button x="15" y="8" label="About" action="aboutScript" />
- <button x="25" y="8" label="Contact" action="contactScript" />
- <br />
- </div>
- <br />
- <!-- Input Section -->
- <div bgColor="gray">
- <text x="5" y="11" color="yellow" content="User Input Section" />
- <br />
- <input x="5" y="13" placeholder="Enter your name" />
- <br />
- <input x="5" y="15" placeholder="Enter your email" />
- <br />
- <button x="5" y="17" label="Submit" action="submitScript" />
- <br />
- </div>
- <br />
- <!-- Information Section -->
- <div bgColor="green">
- <text x="5" y="20" color="white" content="Information Panel" />
- <br />
- <text x="5" y="22" color="white" content="This website is powered by CC Tweaked and Lua!" />
- <br />
- <text x="5" y="23" color="white" content="Built for creativity and interaction!" />
- <br />
- </div>
- <br />
- <!-- Loop Section -->
- <div bgColor="red">
- <text x="5" y="26" color="white" content="Loop Demo Section" />
- <br />
- <button x="5" y="28" label="Start Loop" action="startLoopScript" />
- <button x="15" y="28" label="Stop Loop" action="stopLoopScript" />
- <br />
- </div>
- <br />
- <!-- Footer -->
- <div bgColor="black">
- <text x="5" y="31" color="gray" content="© 2025 Interactive Website - CC Tweaked" />
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement