fabhed / easy-random-gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The architecture for this simple HTML random number generation website will consist of three main parts:

  1. HTML file (index.html): This is the main entry point of the website. It will contain the HTML structure of the website and a script tag to link to the JavaScript file.

  2. JavaScript file (main.js): This file will contain the logic for generating the random number and updating the HTML page with the new number.

  3. CSS file (styles.css): This file will contain the styles for the website.

Let's start with the HTML file:

index.html

About


Languages

Language:HTML 37.3%Language:JavaScript 23.7%Language:Python 20.5%Language:CSS 16.2%Language:Shell 2.2%