-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (31 loc) · 1.12 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
<!-- Home Page -->
<!DOCTYPE html>
<!-- Header -->
<html lang="en">
<head>
<!-- Metadata -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="4; URL=https://truax.io/"/>
<title>Robin Truax</title>
<link rel="icon" type="image/x-icon" href="favicon.ico?">
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700&display=swap">
<!-- CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="image">
<object type="image/svg+xml" data="image.svg">
Image
</object>
</div>
<br>
This link leads to Robin's old website. Their new website is <a href="https://truax.io">truax.io</a>.
<br><br>
Please click the above link if you are not automatically redirected to their new site.
</div>
</body>