Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 599358b

Browse files
author
Erazem Kokot
committed
Fix HTML tags
1 parent ea5a76e commit 599358b

1 file changed

Lines changed: 24 additions & 22 deletions

File tree

README.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
<style>
2-
img, h2, p {
3-
display: block;
4-
margin-left: auto;
5-
margin-right: auto;
6-
width: 40%;
7-
}
8-
</style>
9-
10-
<img src="https://user-images.githubusercontent.com/10241434/43771874-12ff77d8-9a73-11e8-99af-dc067a07dcd7.png" alt="Anarchy logo">
11-
<h2>Anarchy Linux</h2>
12-
13-
<p>
14-
A simple and intuitive Arch Linux installer.
15-
<br>
16-
Anarchy, quick, easy, and straight forward, "Keep it simple stupid".
17-
</p>
18-
19-
<p>
20-
<a href="https://anarchylinux.org/">Home page</a> |
21-
<a href="https://github.com/deadhead420/anarchy-linux/releases">Download</a>
22-
</p>
1+
<html lang="en">
2+
<style>
3+
img, h2, p {
4+
display: block;
5+
margin-left: auto;
6+
margin-right: auto;
7+
width: 40%;
8+
}
9+
</style>
10+
11+
<img src="https://user-images.githubusercontent.com/10241434/43771874-12ff77d8-9a73-11e8-99af-dc067a07dcd7.png" alt="Anarchy logo">
12+
<h2>Anarchy Linux</h2>
13+
14+
<p>
15+
A simple and intuitive Arch Linux installer.
16+
<br>
17+
Anarchy, quick, easy, and straight forward, "Keep it simple stupid".
18+
</p>
19+
20+
<p>
21+
<a href="https://anarchylinux.org/">Home page</a> |
22+
<a href="https://github.com/deadhead420/anarchy-linux/releases">Download</a>
23+
</p>
24+
</html>
2325

2426
# About
2527

0 commit comments

Comments
 (0)