Commit | Line | Data |
---|---|---|
1 | <!doctype html> | |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8"/> | |
5 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
6 | <!--# if expr="$title = home" --> | |
7 | <title>Amin Bandali's Personal Site</title> | |
8 | <!--# elif expr="$title = 404 Not Found" --> | |
9 | <title>404 Not Found</title> | |
10 | <!--# else --> | |
11 | <title><!--# echo var="title" --> — Amin Bandali</title> | |
12 | <!--# endif --> | |
13 | <link rel="icon" href="/gnu.ico"/> | |
14 | <link rel="stylesheet" href="/style.css"/> | |
15 | </head> | |
16 | <body> |