Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Acme Tools</title>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="contact.html">Contact</a>
</nav>
<main>
<h1>About Acme Tools</h1>
<p>We build practical tools for founders, maintainers, and small product teams.</p>
</main>
</body>
</html>
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome to Acme Tools</title>
</head>
<body>
<nav>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
<main>
<h1>Welcome to Acme Tools</h1>
<p>Acme Tools helps small teams ship simple software faster.</p>
</main>
</body>
</html>
7 changes: 7 additions & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
hello
hello
hello
hello
hello
hello
hello
hello