Skip to content

Commit 5c6d588

Browse files
authored
Create layout.html
1 parent aa1b6b1 commit 5c6d588

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

layout.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title></title>
7+
<link rel="stylesheet" href="style.css">
8+
<style type="text/css">
9+
.markdown-body {
10+
max-width: 46em;
11+
margin: 2em auto;
12+
padding: 0 1em;
13+
overflow: hidden;
14+
word-wrap: break-word;
15+
}
16+
</style>
17+
</head>
18+
<body>
19+
<main class="markdown-body"></main>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)