File: css.html

package info (click to toggle)
webdeveloper 1.2.5%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,364 kB
  • ctags: 1,608
  • sloc: makefile: 10
file content (28 lines) | stat: -rw-r--r-- 768 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html id="web-developer-validate-css" lang="en">

<head>
  <meta charset="utf-8">
  <title>Web Developer</title>
  <link href="validation.css" rel="stylesheet">
  <link href="images/favicon.ico" rel="shortcut icon">
</head>

<body>

<div id="content" class="container-fluid">
  <div class="active progress progress-info progress-striped">
    <div class="bar"></div>
  </div>
</div>

<form id="form" action="http://jigsaw.w3.org/css-validator/validator" enctype="multipart/form-data" method="post" class="hidden">
  <input id="file" type="file" name="file">
  <input id="profile" type="hidden" name="profile" value="css3">
  <input type="hidden" name="usermedium" value="all">
  <input type="hidden" name="warning" value="0">
</form>

</body>

</html>