D29084: Make the HTML file template more useful
Carl Schwan
noreply at phabricator.kde.org
Wed Apr 22 09:45:50 BST 2020
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200422/9d9130d6/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list