|
1 |
| -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html class="no-js" lang="">
|
3 |
| - |
4 |
| -<head> |
5 |
| - <meta charset="utf-8"> |
6 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
7 | 6 | <title><%= htmlWebpackPlugin.options.title %></title>
|
8 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 |
| - <meta name="keywords" content="<%= htmlWebpackPlugin.options.keywords %>"> |
10 |
| - <meta name="description" content="<%= htmlWebpackPlugin.options.description %>"> |
11 |
| - <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
12 |
| -</head> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 8 | + <meta name="keywords" content="<%= htmlWebpackPlugin.options.keywords %>" /> |
| 9 | + <meta |
| 10 | + name="description" |
| 11 | + content="<%= htmlWebpackPlugin.options.description %>" |
| 12 | + /> |
| 13 | + <link |
| 14 | + href="https://fonts.googleapis.com/icon?family=Material+Icons" |
| 15 | + rel="stylesheet" |
| 16 | + /> |
| 17 | + </head> |
13 | 18 |
|
14 |
| -<body> |
15 |
| -<div id="container"></div> |
16 |
| -<!-- |
| 19 | + <body> |
| 20 | + <div id="container"></div> |
| 21 | + <!-- |
17 | 22 | This script adds the Roboto font to our project. For more detail go to this site:
|
18 | 23 | http://www.google.com/fonts#UsePlace:use/Collection:Roboto:400,300,500
|
19 | 24 | -->
|
20 |
| -<script> |
21 |
| - var WebFontConfig = { |
22 |
| - google: {families: ['Roboto:400,300,500:latin']} |
23 |
| - }; |
24 |
| - (function () { |
25 |
| - var wf = document.createElement('script'); |
26 |
| - wf.src = ('https:' === document.location.protocol ? 'https' : 'http') + |
27 |
| - '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
28 |
| - wf.type = 'text/javascript'; |
29 |
| - wf.async = 'true'; |
30 |
| - var s = document.getElementsByTagName('script')[0]; |
| 25 | + <script> |
| 26 | + var WebFontConfig = { |
| 27 | + google: { families: ["Roboto:400,300,500:latin"] }, |
| 28 | + }; |
| 29 | + (function () { |
| 30 | + var wf = document.createElement("script"); |
| 31 | + wf.src = |
| 32 | + ("https:" === document.location.protocol ? "https" : "http") + |
| 33 | + "://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"; |
| 34 | + wf.type = "text/javascript"; |
| 35 | + wf.async = "true"; |
| 36 | + var s = document.getElementsByTagName("script")[0]; |
31 | 37 | s.parentNode.insertBefore(wf, s);
|
32 |
| - })(); |
33 |
| -</script> |
34 |
| -<!-- |
| 38 | + })(); |
| 39 | + </script> |
| 40 | + <!-- |
35 | 41 | Define your local ip
|
36 | 42 | <script src="http://192.168.3.119:8080/target/target-script-min.js#anonymous"></script>
|
37 | 43 | -->
|
38 |
| -</body> |
39 |
| - |
| 44 | + </body> |
40 | 45 | </html>
|
0 commit comments