Skip to content

A simple responsive website made with HTML and CSS and Javascript

License

Notifications You must be signed in to change notification settings

FirstTimeEZ/responsive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsive Website

A simple responsive website made with HTML and CSS and Javascript

responsive


Structure

The website's files are organized within the /website folder, which contains subdirectories for images, JavaScript files, and styles.

/root
│
├── /error
│   ├── 404.html
│   └── 500.html
│
├── /ssl
│   ├── your-private-key.pem
│   └── your-certificate.pem
│
├── /website
│   ├── /imgs
│   ├── /js
│   │   ├── /exports
│   │   │   └── tags.js
│   │   └── main.js
│   ├── /style
│   │   └── responsive.css
│   └── index.html
│
├── node.exe
├── server-ssl.js
└── start-windows.bat

The index.html file uses js/main.js, which is responsible for loading the JavaScript modules from the js/exports folder.


SSL Server

Start the Server

Right click and select Open Git Bash Here in the same folder as start-windows.bat

./start-windows.bat