Skip to content

Commit

Permalink
self closing tags in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CarreraPHP committed Dec 27, 2016
1 parent 94f1882 commit 9ea93c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added backup/node.7z
Binary file not shown.
Binary file added backup/web.7z
Binary file not shown.
8 changes: 4 additions & 4 deletions web/src/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<title>ScaffoldingAll</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<app-root>Loading...</app-root>
Expand Down

0 comments on commit 9ea93c2

Please sign in to comment.