DmitrMakeev commited on
Commit
efb1a44
·
verified ·
1 Parent(s): 717c591

Update plot_week.html

Browse files
Files changed (1) hide show
  1. plot_week.html +11 -0
plot_week.html CHANGED
@@ -46,6 +46,17 @@
46
  </style>
47
  </head>
48
  <body>
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  <h1>Графики за <span id="week_number">{{ week_number }}</span>-ю неделю</h1>
51
 
 
46
  </style>
47
  </head>
48
  <body>
49
+ <nav class="navbar navbar-light bg-light">
50
+ <a class="navbar-brand" href="/online">
51
+ <img src="https://huggingface.co/spaces/igs-img/stor/resolve/main/list.png" width="30" height="30" class="d-inline-block align-top" alt="">
52
+ MackorLab
53
+ </a>
54
+ <form class="form-inline">
55
+ <button id="st_onl" class="btn btn-success" type="button" >Онлайн</button>
56
+ <button id="st_set" class="btn btn-outline-success" type="button" >Настройки</button>
57
+
58
+ </form>
59
+ </nav>
60
 
61
  <h1>Графики за <span id="week_number">{{ week_number }}</span>-ю неделю</h1>
62