A simple HTML project that displays "hello Flow!" in 30px font.
hello-flow/
├── index.html # Main HTML file
├── package.json # Project metadata
├── .gitignore # Git ignore rules
├── README.md # This file
└── .github/
└── copilot-instructions.md # Copilot workspace instructions
- Clean, centered layout
- 30px font size for "hello Flow!" text
- Modern gradient background
- Responsive design with viewport meta tag
- Open
index.htmlin your web browser - You will see "hello Flow!" displayed in 30px font
This is a static HTML project with no build process required. Simply edit index.html and refresh your browser to see changes.
main- Production branch- Feature branches for development work
ISC