Skip to content

Commit

Permalink
style: align index.html format with vaadin-element-skeleton [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Haprog authored and web-padawan committed Mar 15, 2019
1 parent 5823f36 commit ef817c3
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>vaadin-icons</title>

<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-component-page/iron-component-page.html">
</head>
<!doctype html>

<body>
<iron-component-page src="vaadin-icons.html"></iron-component-page>
</body>
<html>
<head>
<title>vaadin-icons</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-component-page/iron-component-page.html">
</head>
<body>
<iron-component-page src="vaadin-icons.html"></iron-component-page>
</body>
</html>

0 comments on commit ef817c3

Please sign in to comment.