1
0
Fork 0

optimized html

This commit is contained in:
Lukas Winkler 2017-09-09 19:41:02 +02:00
parent f68b6b3f99
commit 674d51110a
2 changed files with 12 additions and 8 deletions

5
.htmllintrc Normal file
View file

@ -0,0 +1,5 @@
{
"plugins": [],
"id-class-style": false,
"head-req-title": false
}

View file

@ -13,8 +13,7 @@
</head> </head>
<body> <body>
<div class="customjs" id="customjs"> <div class="customjs" id="customjs">
<form action="" method="post" accept-charset="utf-8" id="popup-form" class="pure-form pure-form-stacked"> <div class="pure-form pure-form-stacked">
<div class="pure-g host"> <div class="pure-g host">
<div class="pure-u-3-5 host__name"> <div class="pure-u-3-5 host__name">
<label for="host" id="host-label">Label</label> <label for="host" id="host-label">Label</label>
@ -28,15 +27,15 @@
</label> </label>
</div> </div>
</div><!-- .top --> </div><!-- .top -->
</form> </div>
<form class="pure-form" id="piwik-form"> <div class="pure-form" id="piwik-form">
<input id="piwik-url" title=""> <input id="piwik-url" title="">
<input type="number" id="site-id" min="0" title=""> <input type="number" id="site-id" min="0" title="">
</form> </div>
<form class="pure-form"> <div class="pure-form">
<label for="expert-mode" id="expert-mode-label"></label> <label for="expert-mode" id="expert-mode-label"></label>
<input type="checkbox" id="expert-mode"> <input type="checkbox" id="expert-mode">
</form> </div>
<div class="source__editor"> <div class="source__editor">
<pre id="ace-editor"></pre> <pre id="ace-editor"></pre>
<input type="hidden" name="script" value=""> <input type="hidden" name="script" value="">