-
-
Notifications
You must be signed in to change notification settings - Fork 431
Expand file tree
/
Copy pathmore-readme.html
More file actions
37 lines (30 loc) · 936 Bytes
/
more-readme.html
File metadata and controls
37 lines (30 loc) · 936 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>README Files</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="page-header">
<h1>README Files, Wireframes, and Git Branches</h1>
<p class="subtitle">Core concepts used in modern web development</p>
</header>
<main class="content">
<article class="card">
<div class="card-body">
<h2>What is the purpose of a README file?</h2>
<p>
README files help developers collaborate more effectively and allow
users to understand a project without reading the source code.
</p>
<a href="index.html" class="button">← Back to Home</a>
</div>
</article>
</main>
<footer class="page-footer">
<p>Contact information will be added soon</p>
</footer>
</body>
</html>