Добавил некоторые файлы

This commit is contained in:
Денис Буторин 2025-05-16 14:36:57 +03:00
parent 7ee23d4cae
commit 493858efb6
3 changed files with 21 additions and 0 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>КОМП</title>
<link rel="stylesheet" href="style/main.css">
</head>
<body>
<h1>Привет, КОМП!</h1>
</body>
</html>

Binary file not shown.

9
style/main.css Normal file
View file

@ -0,0 +1,9 @@
@font-face {
font-family: "Minion Pro";
src: url(fonts/MinionPro/MinionPro-Regular.woff)
}
* {
font-family: "Minion Pro";
font-size: 40px;
}