-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (37 loc) · 1.37 KB
/
index.html
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
33
34
35
36
37
38
39
40
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://aliciasykes.com/" />
<link rel="canonical" href="https://aliciasykes.com" />
<title>Alicia Sykes on GitHub</title>
<meta name="description" content="This site redirects to my website">
<meta name="keywords" content="GitHub,Code,Alicia,Sykes,Redirect">
<meta name="author" content="Alicia Sykes">
</head>
<body>
<h1>Alicia Sykes on GitHub</h1>
<p>
I don't use the GitHub account. <b>You can find my code under
<a href="https://github.com/lissy93">github.com/Lissy93</a></b>.
<br>
<small>
Unfortunently there would be too many dependency updates
if I was to migrate over to this account.
<br>
That is what happens when 14-year-old you chose your usernames-
10 years later I'm stuck with something dumb!
</small>
</p>
<p>
Or check out my website which is kept (kind of) up-to-date:
<a href="https://aliciasykes.com">aliciasykes.com</a>.
</p>
<a href="https://aliciasykes.com">
<img src="https://i.imgur.com/cmi6NBk.jpg" width="200" alt="Alicia Sykes | Profile Picture" />
</a>
<a href="https://github.com/lissy93">
<img src="https://github.githubassets.com/images/modules/logos_page/Octocat.png" width="150" alt="Lissy93 on GitHub" />
</a>
</body>
</html>