This commit is contained in:
idk
2021-12-08 17:13:23 -05:00
parent 7ac0b1d9a1
commit 82252bc50d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ index:
@echo "<html>" >> index.html
@echo "<head>" >> index.html
@echo " <title>Reseed Tools</title>" >> index.html
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"content/style.css\" />" >> index.html
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"/style.css\" />" >> index.html
@echo "</head>" >> index.html
@echo "<body>" >> index.html
pandoc README.md >> index.html