-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Главная</title>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
</script>
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="Styles/style-main.css" charset='utf-8'>
<link rel="stylesheet" type="text/css" href="Styles/style-fonts.css" charset='utf-8'>
<link rel="stylesheet" type="text/css" href="Styles/style-problem.css" charset='utf-8'>
</head>
<body>
<div class="header">
<h1>
Сайт
</h1>
<p>
Сайт про что-то
</p>
</div>
<div class="navbar">
<a href="#" >Главная</a>
<!--<a href="teaching/teach-main.html">Материалы по годам</a>-->
</div>
</body>
</html>