-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 881 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 881 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0;url=https://witcoskitech.com/history/">
<link rel="canonical" href="https://witcoskitech.com/history/">
<title>Moved to witcoskitech.com</title>
<style>
body { font-family: system-ui, sans-serif; max-width: 36rem; margin: 3rem auto; padding: 0 1rem; color: #333; line-height: 1.5; }
a { color: #2563eb; }
</style>
</head>
<body>
<h1>This site has moved</h1>
<p>
Jonathan Witcoski’s portfolio now lives at
<a href="https://witcoskitech.com/history/">witcoskitech.com</a>
(History archive) and the main resume at
<a href="https://witcoskitech.com/">witcoskitech.com</a>.
</p>
<p>If you are not redirected automatically, use the links above.</p>
</body>
</html>