-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7740a9
commit 13e54aa
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta http-equiv="Content-Style-Type" content="text/css"> | ||
<title></title> | ||
<meta name="Generator" content="Cocoa HTML Writer"> | ||
<meta name="CocoaVersion" content="2575.2"> | ||
<style type="text/css"> | ||
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} | ||
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px} | ||
</style> | ||
</head> | ||
<body> | ||
<p class="p1"><!doctype html></p> | ||
<p class="p2"><br></p> | ||
<p class="p1"><html lang="en"></p> | ||
<p class="p2"><br></p> | ||
<p class="p1"><head></p> | ||
<p class="p1"><span class="Apple-converted-space"> </span><meta charset="utf-8"></p> | ||
<p class="p1"><span class="Apple-converted-space"> </span><title>{{ page.title }}</title></p> | ||
<p class="p1"><span class="Apple-converted-space"> </span><link rel="preconnect" href="https://fonts.googleapis.com"></p> | ||
<p class="p1"><span class="Apple-converted-space"> </span><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin></p> | ||
<p class="p1"><span class="Apple-converted-space"> </span><link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"></p> | ||
<p class="p1"><span class="Apple-converted-space"> </span><link rel="stylesheet" href="{{ site.url }}/stylesheets/style.css"></p> | ||
<p class="p1"></head></p> | ||
<p class="p1"><body></p> | ||
<p class="p1"><span class="Apple-converted-space"> </span>{% include navbar.html %}</p> | ||
<p class="p1"><span class="Apple-converted-space"> </span>{{ content }}</p> | ||
<p class="p1"></body></p> | ||
<p class="p2"><br></p> | ||
<p class="p1"></html></p> | ||
</body> | ||
</html> |