rm test file

This commit is contained in:
Angel Jumbo
2022-07-14 14:27:27 -05:00
parent 5cab652c6c
commit deaf0f7e22
3 changed files with 4 additions and 22 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ echo "<!DOCTYPE html>
</head>
<body>
<h1>Wallpaperss for gruvbox</h1>
<h1>Wallpapers for gruvbox</h1>
<hr>
<p> Contrib here: .... </p>" > ./index.html
<p> Contrib <a href=\"https://github.com/AngelJumbo/gruvbox-wallpapers\">here</a> </p>" > ./index.html
echo "<h2>IRL</h2>" >>./index.html
for i in ./wallpapers/irl/*
+2 -2
View File
@@ -8,9 +8,9 @@
</head>
<body>
<h1>Wallpaperss for gruvbox</h1>
<h1>Wallpapers for gruvbox</h1>
<hr>
<p> Contrib here: .... </p>
<p> Contrib <a href="https://github.com/AngelJumbo/gruvbox-wallpapers">here</a> </p>
<h2>IRL</h2>
<a target="_blank" href="./wallpapers/irl/Colors.png">
<img src="./wallpapers/irl/Colors.png" alt=./wallpapers/irl/Colors.png width="200">
-18
View File
@@ -1,18 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Gruvbox wallpapers</title>
</head>
<body>
<h1>Wallpaperss for grubox</h1>
<hr>
<p> Contrib here: .... </p>
<h3>HTML</h3>
<p>HTML uses <mark>markup tag</mark> to <em>markup</em> a document.</p>
</body>
</html>