src/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="desciption" content="Gisto snippet manager for desktop and web, snippets made awesome">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="preconnect" href="https://api.github.com">
    <title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="gisto"></div>
</body>
</html>