-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1.33 KB
/
index.html
File metadata and controls
27 lines (26 loc) · 1.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Refresh" content="0;./home/home.html">
<title>Redirecting</title>
<link rel="stylesheet" href="./../styles/home.css">
<link rel="prefetch" href="/home/contact.html" />
<link rel="prefetch" href="/home/projects.html" />
<link rel="prefetch" href="/home/about.html" />
<link rel="prefetch" href="/home/home.html" />
<link rel="prefetch" href="/imgs/ed_bannerS.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Edward – Portfolio" />
<meta property="og:description" content="Explore my portfolio showcasing my best work, projects, and skills." />
<meta property="og:url" content="https://edsmcserv.com/" />
<meta property="og:image" content="https://edsmcserv.com/favicon.ico" />
<meta name="author" content="Edward Anderson" />
<meta name="description" content="Edward Anderson's portfolio — showcasing projects, skills, and professional experience." />
<meta name="keywords" content="Edward Anderson, portfolio, web developer, cybersecurity, designer, projects, resume, networking" />
</head>
<body>
<h1>Please wait as the page loads</h1>
<p>If you are not redirected automatically, click <a href="./home/home.html">here</a>.</p>
</body>
</html>