-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (38 loc) · 1.72 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
41
42
43
44
45
<!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.0">
<meta name="description" content="The first assignment for IS 120">
<!-- favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./site.webmanifest">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="./favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="./browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Open Graph -->
<meta property="og:title" content="IS 120 first assignment">
<meta property="og:site_name" content="Introduction">
<meta property="og:url" content="https://lsburtonbyu.github.io/intro/">
<meta property="og:description"
content="Build websites and have as much fun as this pigeon is having.">
<meta property="og:type" content="article">
<meta property="og:image"
content="https://lsburtonbyu.github.io/intro/images/happy-pigeon.jpg">
<meta property="og:image:alt" content="a surprisingly happy pigeon">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link rel="stylesheet" href="styles/styles.css">
<title>Introduction</title>
</head>
<body>
<h1>Hello world!</h1>
<img src="images/possum.png" alt="a line drawing of a happy possum">
<p>HTML is super fun. So is Git. Yay.</p>
</body>
</html>