Files
hammond/ui/public/index.html
Akhil Gupta d25c30a7b2 first commit
2021-05-29 15:20:50 +05:30

17 lines
500 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>hammond.png" />
<title><%= webpackConfig.name %></title>
</head>
<body>
<!-- This is where our app will be mounted. -->
<div id="app"></div>
<!-- Built files will be auto injected here. -->
</body>
</html>