Update plot_week.html
Browse files- plot_week.html +22 -3
plot_week.html
CHANGED
@@ -1,13 +1,32 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="ru">
|
3 |
<head>
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
<title>Графики pH и EC</title>
|
7 |
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
8 |
<style>
|
9 |
/* Центрирование и растягивание графиков */
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
h1 {
|
12 |
margin-top: 20px;
|
13 |
font-size: 24px;
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="ru">
|
3 |
<head>
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
<meta charset="UTF-8">
|
8 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9 |
+
<link rel="icon" type="image/ico" href="https://huggingface.co/spaces/igs-img/stor/resolve/main/list.ico">
|
10 |
+
<title>My static Space</title>
|
11 |
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
|
12 |
+
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
<title>Графики pH и EC</title>
|
18 |
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
19 |
<style>
|
20 |
/* Центрирование и растягивание графиков */
|
21 |
+
body {
|
22 |
+
display: flex;
|
23 |
+
flex-direction: column;
|
24 |
+
align-items: center;
|
25 |
+
margin: 0;
|
26 |
+
padding: 0;
|
27 |
+
height: 100vh;
|
28 |
+
justify-content: flex-start;
|
29 |
+
}
|
30 |
h1 {
|
31 |
margin-top: 20px;
|
32 |
font-size: 24px;
|