aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
blob: 15eaf969d45429193b10df60d9a226f434b72a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="">

<head>
  <meta charset="utf-8">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title>
    <%= htmlWebpackPlugin.options.title %>
  </title>

  <meta name="description" content="<%= htmlWebpackPlugin.options.title %>">

</head>

<body>
  <div> You have successfully started your Typescript application using Webpack. Open your console to see your printed message from the index.ts file </div>
  <p>By <a href="https://twitter.com/renaudin_yann">@renaudin_yann</a> </p>
</body>

</html>