Skip to content

Commit

Permalink
Create default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-web100 authored Apr 17, 2024
1 parent 402917a commit 20c85d8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %}

{% seo %}
</head>

<body>


<div class="container">
<section id="main_content">
{{ content }}
</section>
</div>
</body>
</html>

0 comments on commit 20c85d8

Please sign in to comment.