1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

ui: Commit UI build artifacts

This commit is contained in:
James Hillyerd
2018-11-18 19:45:21 -08:00
parent 5be2b57a12
commit 0d9952d35f
4 changed files with 8356 additions and 0 deletions

BIN
ui/dist/favicon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

16
ui/dist/index.html vendored Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>Inbucket</title>
<link rel="shortcut icon" href="/favicon.png"></head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script type="text/javascript" src="/static/main.js"></script></body>
</html>

1
ui/dist/static/main.js vendored Normal file

File diff suppressed because one or more lines are too long

8339
ui/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff