51 lines
1.8 KiB
HTML
51 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<!-- Write your comments here -->
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
|
|
<link rel="shortcut icon" href="{{ url_for('static', filename='pic/favicon.ico') }}">
|
|
|
|
<label class="swmu">
|
|
<pre>environment: {{ environment }}</pre>
|
|
</label>
|
|
|
|
<div style="text-align: center;">
|
|
<label class="logo">SWMU</label>
|
|
</div>
|
|
<head>
|
|
|
|
<style>
|
|
body {
|
|
background-color: WhiteSmoke;
|
|
}
|
|
</style>
|
|
|
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"> </script>
|
|
<!-- <script type=text/javascript> $(function() { $("#mybutton").click(function (event) { $.getJSON('/swmu_run', { },
|
|
function(data) { }); return false; }); }); </script> -->
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
|
|
|
|
<title>SWMU</title>
|
|
</head>
|
|
<body>
|
|
|
|
<form action="/" method="get">
|
|
<div class="navbar">
|
|
<a href="/home" >Home</a>
|
|
<a href="/info" class="active" >info</a>
|
|
<a href="/helpswmu" >helpswmu</a>
|
|
<a href="/mulog_read" >mulog read</a>
|
|
|
|
<!--<a href="#examples">examples -->
|
|
<!--<a href="#about">about</a> -->
|
|
<a class="navbar-brand pull-sm-right m-r-0" style="float:right" href="https://gitlab.princip.cz/lab/sw/uhura/swmu" target="_blank">
|
|
<i class="fa fa-gitlab" aria-hidden="true"><span> </span>Gitlab</i>
|
|
</a>
|
|
<a href="https://muid.princip.cz/" style="float:right" target="_blank">muidconv</a>
|
|
<a href="https://xxxlog.cml.princip.cz/" style="float:right" target="_blank">xxlog</a>
|
|
</div>
|
|
</form>
|
|
|
|
</body>
|
|
</html> |