-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (25 loc) · 969 Bytes
/
index.html
File metadata and controls
35 lines (25 loc) · 969 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
33
34
35
<!--
Copyright (C) Liam Ralph
https://github.com/liam-ralph
Project Source: https://github.com/liam-ralph/map-maker
A website to display information and statistics relating
to my personal projects.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!--Tab Title-->
<title>Redirecting...</title>
<link rel="icon" type="image/png" href="/images/logo.png">
<!--Metadata-->
<meta charset="uft-8">
<meta property="og:type" content="website">
<meta property="og:title" content="Liam Ralph's Website">
<meta property="og:description"
content="Liam Ralph's website, with projects, statistics, and information about me.">
<meta property="og:url" content="https://liam-ralph.github.io">
<meta property="og:image" content="https://liam-ralph.github.io/images/logo.png">
<!--Redirecting-->
<meta http-equiv="refresh" content="0; url=/about-me"/>
</head>
</html>