This commit is contained in:
Egor Deev 2025-11-23 15:19:16 +03:00 committed by GitHub
parent 079f6f1047
commit 5aa5fe539b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,11 @@
margin-bottom: 20px; margin-bottom: 20px;
font-size: 20px; font-size: 20px;
} }
.sidebar hr {
border: none;
border-top: 2px dashed #ffffff;
margin: 20px 0;
}
.lab-list { .lab-list {
list-style: none; list-style: none;
} }
@ -107,6 +112,12 @@
</head> </head>
<body> <body>
<div class="sidebar"> <div class="sidebar">
<h2>JS задачки</h2>
<ul class="lab-list">
<li><a href="tasks/math-funcs/index.html">Математические функции</a></li>
<li><a href="tasks/math-game/index.html">Математическая игра</a></li>
</ul>
<hr>
<h2>Лабораторные работы</h2> <h2>Лабораторные работы</h2>
<ul class="lab-list"> <ul class="lab-list">
<li><a href="labs/lab-01/index.html">Лабораторная работа № 1</a></li> <li><a href="labs/lab-01/index.html">Лабораторная работа № 1</a></li>