diff options
Diffstat (limited to 'moonv4/moon_gui/static/app/dashboard')
-rw-r--r-- | moonv4/moon_gui/static/app/dashboard/dashboard.tpl.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/moonv4/moon_gui/static/app/dashboard/dashboard.tpl.html b/moonv4/moon_gui/static/app/dashboard/dashboard.tpl.html new file mode 100644 index 00000000..03da1b71 --- /dev/null +++ b/moonv4/moon_gui/static/app/dashboard/dashboard.tpl.html @@ -0,0 +1,14 @@ +<div class="container"> + + <div class="row"> + + <h1 data-translate="moon.dashboard.content">Moon:Software-Defined Security Framework</h1> + </div> + + <div class="row"> + + <img src="assets/img/et.jpg" alt="ET" class="img-responsive img-center"/> + + </div> + +</div>
\ No newline at end of file |