header.html 219 B

123456789
  1. <!DOCTYPE html>
  2. <html>
  3. <!-- Header page -->
  4. <!-- Centre-aligning the text -->
  5. <h1 align="center">WebGCC: simple GCC web interface</h1>
  6. <p align="center">Test your C/C++ codes online. By Sunit Kumar Nandi.</p>
  7. </html>