Skip to content

Commit

Permalink
deploy: 2fbd0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon-Mattlov authored and Ramon-Mattlov committed Jan 29, 2024
1 parent 1c13301 commit d5599a4
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 2,499 deletions.
12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

18 changes: 0 additions & 18 deletions .eleventy.js

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

File renamed without changes.
6 changes: 1 addition & 5 deletions src/includes/header.njk → about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
</head>

<body>

<header>
Header
</header>

efsfre
</body>

</html>
4 changes: 4 additions & 0 deletions src/css/style.css → css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ html {

.page-header {
display: flex;
}

.page-footer {
display: flex;
}
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="ru">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linux helper</title>
<link rel="stylesheet" href='/src/css/style.css' />
</head>

<body>
efsfre
</body>

</html>

<body class="page-body">
<main>

</main>
</body>
Loading

0 comments on commit d5599a4

Please sign in to comment.