forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
32 lines (31 loc) · 752 Bytes
/
cv.html
File metadata and controls
32 lines (31 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
permalink: /cv/
---
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>Redirecting to CV</title>
<link
rel="canonical"
href="{{ site.baseurl }}/assets/documents/Dominik_Kotarski_cv_english.pdf"
/>
<meta
http-equiv="refresh"
content="0; url={{ site.baseurl }}/assets/documents/Dominik_Kotarski_cv_english.pdf"
/>
<script>
location =
"{{ site.baseurl }}/assets/documents/Dominik_Kotarski_cv_english.pdf";
</script>
</head>
<body>
<h1>Redirecting to CV...</h1>
<p>
<a
href="{{ site.baseurl }}/assets/documents/Dominik_Kotarski_cv_english.pdf"
>Click here if you are not redirected.</a
>
</p>
</body>
</html>