-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 1.03 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
<!DOCTYPE html>
<!--I hope you enjoy!-->
<html lang = "en">
<title>SafetyDan GitHub Page</title>
<head>
<meta charset = "UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
h1{
color:white;
background-color:DarkSlateGray}
</style>
</head>
<body>
<main>
<h1 style="b;style="color:white;"">SafetyDan GitHub Page</h1>
<p>Welcome to the SafetyDan GitHub Page! This is where you will be able to learn about SafetyDan and likely interact with pictures of birds. <br><br>Follow along on the <a href="https://github.com/SafetyDan/safetydan.github.io" alt="Name of page that links to"> SafetyDan GitHub Repository!</a>
<h2>Bird Pictures</h2>
<p>This is where you may come across bird pictures. There may or may not be anything more to them.</p>
<img src="https://github.com/SafetyDan/safetydan.github.io/blob/main/gitBird.JPG?raw=true" alt="A silhouette of a hawk flying across a bluish sky between powerlines." class="responsive" width="300" height=auto>
</main>
<footer><p>Copyright 2023</p></footer>
</body>
</html>