Browse Source

a

feature/dockerfile-arm
Evan Feenstra 5 years ago
parent
commit
9ccb84a3d7
  1. 11
      dist/public/index.html
  2. 32444
      dist/public/js/app.js
  3. BIN
      dist/public/relay.jpg
  4. 372
      dist/public/semantic.min.css

11
dist/public/index.html

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>React app</title>
</head>
<body>
<div id="app"></div>
<script src="/static/js/app.js"></script>
<link href="/static/semantic.min.css" rel="stylesheet" />
</body>
</html>

32444
dist/public/js/app.js

File diff suppressed because one or more lines are too long

BIN
dist/public/relay.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

372
dist/public/semantic.min.css

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save