21 lines
1003 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2019-10-24 14:11:14 +02:00
<meta http-equiv="expires" content="43200"/>
<meta name="description" content="This is the portfolio page of Philip Gaber. He is a computer science student from Germany who loves, programming, designing stuff and nerding about, GNU/Linux, Open Source, Free Software and Privacy."/>
2021-11-08 15:41:35 +01:00
<meta name="keywords" content="design, programming, portfolio, linux, open source, privacy, germany, philip, gaber, phga, photography, blog"/>
2019-10-24 14:11:14 +02:00
<meta name="author" content="Philip Gaber" />
<meta name="copyright" content="Philip Gaber" />
2021-11-08 15:41:35 +01:00
<title>PHGA 🤓</title>
2021-04-20 16:39:56 +02:00
<link href="/static/css/main.css" rel="stylesheet"/>
</head>
<body>
{{block "header" .}}NO HEADER DEFINED{{end}}
2020-05-28 19:10:28 +02:00
<section id="content-wrapper">
{{block "body" .}}NOTHING TO SEE HERE{{end}}
2020-05-28 19:10:28 +02:00
</section>
</body>
</html>