/HW1_IE

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

HW1_IE GIT

git homework readme

purpose of this repo

this project is just a sample for Internet Engneering git Homework.

what it contains?

in this file there is a simple example of login/signup form using html css and JavaScript.

files contained are:

  • main.html
  • main.css
    • background.jpg
  • main.js

how to use it?

to see its usage open html file in a browser after cloning the project it will show you the form.

do i need to download anything to run this project?

YES! NO!

if you're using vs code: Right click on the html file, and select "Open in Browser" ( Alt + B )

if you’re a starter you can use: this site to learn html css and JavaScript.