You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
422 B

<html>
<head>
<title><%= htmlWebpackPlugin.options.title %></title>
<meta charset="utf-8">
<link rel='stylesheet' type='text/css' href='style/main.css'>
<%= htmlWebpackPlugin.tags.headTags %>
</head>
<body>
<div class="page">
<div class="window">
<div class="title">Connection</div>
<div id="connection"></div>
</div>
</div>
<%= htmlWebpackPlugin.tags.bodyTage %>
</body>
</html>