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

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta charset="utf-8"/>
<title></title>
<link href="libs/purecss/base-min.css" rel="stylesheet">
@ -13,8 +13,7 @@
</head>
<body>
<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-u-3-5 host__name">
<label for="host" id="host-label">Label</label>
@ -28,15 +27,15 @@
</label>
</div>
</div><!-- .top -->
</form>
<form class="pure-form" id="piwik-form">
</div>
<div class="pure-form" id="piwik-form">
<input id="piwik-url" title="">
<input type="number" id="site-id" min="0" title="">
</form>
<form class="pure-form">
</div>
<div class="pure-form">
<label for="expert-mode" id="expert-mode-label"></label>
<input type="checkbox" id="expert-mode">
</form>
</div>
<div class="source__editor">
<pre id="ace-editor"></pre>
<input type="hidden" name="script" value="">