diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-28 21:41:48 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-28 21:41:48 +0200 |
| commit | b87faa0bccf661a2b6a948d9420d52a19a63d9a2 (patch) | |
| tree | 57d713fc7501f66258fcb655834d7e2d3b4fbd28 | |
| parent | 4c6d68dd2e460095e20ba32007a35da4c5e6dae6 (diff) | |
Improve README header
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | images/logo.png | bin | 0 -> 2825 bytes |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ -# OpenDC Web Server +<h1 align="center"> + <img src="images/logo.png" width="100" alt="OpenDC"> + <br> + OpenDC Web Server +</h1> +<p align="center"> +Collaborative Datacenter Simulation and Exploration for Everybody +</p> The OpenDC web server is the bridge between OpenDC's frontend and database. It is built with Flask/SocketIO in Python and implements the OpenAPI-compliant [OpenDC API specification](https://github.com/atlarge-research/opendc/blob/master/opendc-api-spec.json). diff --git a/images/logo.png b/images/logo.png Binary files differnew file mode 100644 index 00000000..d743038b --- /dev/null +++ b/images/logo.png |
