Первый коммит
This commit is contained in:
parent
51af396467
commit
028871333c
1 changed files with 17 additions and 0 deletions
17
index.html
Normal file
17
index.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Добро пожаловать на сайт мехмата КФУ!</h1>
|
||||
<p>Тут мы пишем код и веселимся</p>
|
||||
<h3>Ссылки:</h3>
|
||||
<ul>
|
||||
<li><a href="books">Книги</a></li>
|
||||
<li><a href="https://git.kpfu.su">Git хостинг</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue