first commit
This commit is contained in:
BIN
ui/public/hammond.png
Normal file
BIN
ui/public/hammond.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 463 B |
16
ui/public/index.html
Normal file
16
ui/public/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user