24 lines
1.1 KiB
HTML
Raw Normal View History

<!doctype html>
2019-10-23 20:55:23 +02:00
<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"/>
<script src="/static/js/main.js"></script>
<script src="/static/js/zoom.js"></script>
<script src="/static/js/text.js"></script>
2019-10-23 20:55:23 +02:00
</head>
<body>
2020-05-28 19:10:28 +02:00
<section id="gallery-wrapper">
{{block "header" .}}NO HEADER DEFINED{{end}}
{{block "body" .}}NOTHING TO SEE HERE{{end}}
</section>
2019-10-23 20:55:23 +02:00
</body>
</html>