first commit

This commit is contained in:
Akhil Gupta
2021-05-29 15:20:50 +05:30
commit d25c30a7b2
194 changed files with 49873 additions and 0 deletions

BIN
ui/public/hammond.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

16
ui/public/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!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>