-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.html
32 lines (29 loc) · 1.1 KB
/
content.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<!-- <link href="css/bootstrap.min.css" rel="stylesheet" > -->
<!-- my css style -->
<!-- <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> -->
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
<title>
Автоматизация производства в Ташкенте Узбекистан / Автоматизация склада
</title>
</head>
<body>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="js/jquery.min.js"></script>
<!-- <script src="js/bootstrap.bundle.min.js"></script> -->
<!-- Option 2: Separate Popper and Bootstrap JS -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>