mirror of
https://github.com/brain-hackers/README
synced 2024-12-22 12:10:04 +09:00
Revise home
parent
cfcf1f9e49
commit
d9236e26ec
2
Home.md
2
Home.md
@ -2,7 +2,7 @@
|
||||
|
||||
<img src="images/top.jpg">
|
||||
|
||||
**Brain Hackers Wiki へようこそ!**
|
||||
|
||||
|
||||
- [とりあえず試す](%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)
|
||||
|
2
gen.py
2
gen.py
@ -36,7 +36,7 @@ def main():
|
||||
with open('Home.md', 'w') as f:
|
||||
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('**Brain Hackers Wiki へようこそ!**\n\n')
|
||||
f.write(' \n\n')
|
||||
recurse(f, fn_tree, idfn)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user