All checks were successful
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 19s
16 lines
291 B
HTML
16 lines
291 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{page.title}}</title>
|
|
<link href="/static/css/style.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="content">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|