<!doctype html> <html> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <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."/> <meta name="keywords" content="design, programming, portfolio, linux, open source, privacy, germany, philip, gaber, phga, photography, blog"/> <meta name="author" content="Philip Gaber" /> <meta name="copyright" content="Philip Gaber" /> <title>PHGA 🤓</title> <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> </head> <body> <section id="gallery-wrapper"> {{block "header" .}}NO HEADER DEFINED{{end}} {{block "body" .}}NOTHING TO SEE HERE{{end}} </section> </body> </html>