ognarb accepted this revision.
ognarb added a comment.
This revision is now accepted and ready to land.


  Good idea to improve the default HTML file.
  
  Improvement ideas:
  
  - Don't include `<style></syle>`, it's not recommanded to inclde <style> 
elements but instead to link to a css file.
  
  - Maybe you could also include the usual HTML semantic elements:
  
    <body>
      <header>
        <nav></nav>
      </header>
      <section></section>
      <footer></footer>
    </body>

REPOSITORY
  R241 KIO

BRANCH
  html-file-template (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D29084

To: gszymaszek, #frameworks, dfaure, ognarb
Cc: kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns

Reply via email to