Skip to content

Commit

Permalink
Static files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Feb 8, 2019
1 parent c7a247a commit a0e49fb
Show file tree
Hide file tree
Showing 17 changed files with 16,044 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[![Build Status](https://travis-ci.org/marcus-oscarsson/mxcube3.svg?branch=master)](https://travis-ci.org/marcus-oscarsson/mxcube3) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/bbd01f8f93ac4f6f9d4243142d35a7f8)](https://www.codacy.com/app/oscarsso/mxcube3_2?utm_source=github.com&utm_medium=referral&utm_content=mxcube/mxcube3&utm_campaign=Badge_Grade)
[![devDependencies Status](https://david-dm.org/mxcube/mxcube3/dev-status.svg)](https://david-dm.org/mxcube/mxcube3?type=dev)
[![dependencies Status](https://david-dm.org/mxcube/mxcube3/status.svg)](https://david-dm.org/mxcube/mxcube3)
[![codecov](https://codecov.io/gh/mxcube/mxcube3/branch/master/graph/badge.svg)](https://codecov.io/gh/mxcube/mxcube3)

<p align="center"><img src="http://mxcube.github.io/mxcube/img/mxcube_logo20.png" width="125"/></p>
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions mxcube3/static/46661d6d65debc63884004fed6e37e5c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
1 change: 1 addition & 0 deletions mxcube3/static/677433a0892aaed7b7d2628c313c9775.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added mxcube3/static/favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions mxcube3/static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en" style="height:100%;">
<head>
<link rel="shortcut icon" type="image/png/ico" href="/favicon.ico" />
<meta charset="UTF-8">
<title>MXCuBE 3</title>
</head>
<body style="background-color: #F5F5F5; height:100%; ">
<div id="main"></div>
<script src="main.js"></script>
</body>
</html>

129 changes: 129 additions & 0 deletions mxcube3/static/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit a0e49fb

Please sign in to comment.