| .. | ||
| avatar.svg | ||
| bylaw-182.html | ||
| form.html | ||
| index.html | ||
| profile.html | ||
| README.md | ||
| sector-map.svg | ||
| style.css | ||
| transmission-poster.svg | ||
Demo — Login Form
This demo is a simple static HTML page with a login form. It doesn't actually authenticate — it just shows how HTML looks and how to inspect it in the browser. Use this as a starting point to explore HTML structure and the DOM.
Setup
- Create a new file
index.htmlwith the following content: - Open
index.htmlin your browser