1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-21 03:27:01 +00:00

ui: Remove built assets from repo

This commit is contained in:
James Hillyerd
2018-12-11 19:25:23 -08:00
parent aae41ab79a
commit 1eba3164b5
3 changed files with 0 additions and 17 deletions

BIN
ui/dist/favicon.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

16
ui/dist/index.html vendored
View File

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

File diff suppressed because one or more lines are too long