- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
18 lines (13 loc) · 462 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (13 loc) · 462 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<metahttp-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>my-first-website</title>
<LINKhref="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<imgsrc="https://octodex.github.com/images/daftpunktocat-thomas.gif" id="octocat" alt="octocat-gif" />
<!-- Change this code here by copy and pasting your template on line 15 -->
<p>Welcome to your first GitHub Pages website!</p>
</body>
</html>