Revise home

Takumi Sueda 2021-03-04 15:56:25 +09:00
parent cfcf1f9e49
commit d9236e26ec
2 changed files with 2 additions and 2 deletions

@ -2,7 +2,7 @@
<img src="images/top.jpg"> <img src="images/top.jpg">
**Brain Hackers Wiki へようこそ!** &nbsp;
- [とりあえず試す](%E3%81%A8%E3%82%8A%E3%81%82%E3%81%88%E3%81%9A%E8%A9%A6%E3%81%99) - [とりあえず試す](%E3%81%A8%E3%82%8A%E3%81%82%E3%81%88%E3%81%9A%E8%A9%A6%E3%81%99)
- [ロードマップ](%E3%83%AD%E3%83%BC%E3%83%89%E3%83%9E%E3%83%83%E3%83%97) - [ロードマップ](%E3%83%AD%E3%83%BC%E3%83%89%E3%83%9E%E3%83%83%E3%83%97)

2
gen.py

@ -36,7 +36,7 @@ def main():
with open('Home.md', 'w') as f: with open('Home.md', 'w') as f:
f.write('<!-- This file is generated by gen.py. DO NOT EDIT MANUALLY! -->\n\n') f.write('<!-- This file is generated by gen.py. DO NOT EDIT MANUALLY! -->\n\n')
f.write('<img src="images/top.jpg">\n\n') f.write('<img src="images/top.jpg">\n\n')
f.write('**Brain Hackers Wiki へようこそ!**\n\n') f.write('&nbsp;\n\n')
recurse(f, fn_tree, idfn) recurse(f, fn_tree, idfn)