Skip to content

Commit

Permalink
Create index.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfox committed Jul 26, 2023
1 parent 3ee3c10 commit da6f90b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/index.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>САПР-АСУ</title>
<meta name="description" content="САПР-АСУ description">
<meta name="author" content="content">
<meta property="og:type" content="website">
<meta property="og:url" content="https://github.com/gtfox/SAPR_ASU">
<meta property="og:description" content="САПР-АСУ og:description">
<meta property="og:image" content="image.png">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>Заголовок страницы</header>
<nav>Меню навигации</nav>

<aside>Боковая колонка SideBar</aside>

<article>
Контент - основное содержимое страницы.
</article>

<footer>Подвал сайта</footer>
САПР-АСУ body
<script src="js/scripts.js"></script>
</body>
</html>

0 comments on commit da6f90b

Please sign in to comment.