-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 1.09 KB
/
index.html
File metadata and controls
44 lines (43 loc) · 1.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Beginner's Guide to Git</title>
<link rel="stylesheet" href="styles.css">
<script src="script.js" defer></script>
</head>
<body>
<h2>Looking for a simple guide to Git?</h2>
<h3>Look no further.</h3>
<h1>The Beginner's Guide to Git</h1>
<br>
<img src="TBGTG_P1.png" alt="Screenshot of a page from The Beginner's Guide to Git">
<br>
<br>
<button id="btn">Open Guide</button>
<br>
<br>
<h2>Common Searches</h2>
<details>
<summary>"How to use git in vscode"</summary>
<p>Use the guide above to learn how!</p>
</details>
<details>
<summary>"How do I use git push"</summary>
<p>Use the guide above to learn how!</p>
</details>
<details>
<summary>"Git guide for beginners"</summary>
<p>Use the guide above to learn how!</p>
</details>
</body>
<footer>
<br>
<br>
<br>
<br>
<br>
<a href="#">Contact Us</a>
</footer>
</html>