-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththx.html
29 lines (25 loc) · 1.32 KB
/
thx.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>Brendan Griffiths</title>
<link rel="stylesheet" href="css/thx.css">
<meta name="description" content="Brendan Griffiths is a graphic designer, programmer, and educator based in Los Angeles.">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Brendan Griffiths" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Brendan Griffiths is a graphic designer, programmer, and educator based in New York City." />
<meta property="og:url" content="https://brendangriffiths.com/" />
<meta property="og:image" content="https://brendangriffiths.com/resourcefork.png" />
</head>
<body>
<iframe src="index.html" title="W3Schools Free Online Web Tutorials" scrolling="no"></iframe>
</body>
</html>