-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnavigation.js
More file actions
18 lines (18 loc) · 1.45 KB
/
navigation.js
File metadata and controls
18 lines (18 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
document.write('<div id="navigation"><nav><ul>');
document.write('<li><a href="/index.html">ホーム</a></li>');
document.write('<li><a href="/blog/index.html">活動記</a></li>');
document.write('<li><a href="/documents/index.html">資料</a></li>');
document.write('<li><a href="/production/index.html">作品</a><ul>');
document.write('<li><a href="/production/2020/index.html">2020年度</a></li>');
document.write('<li><a href="/production/2019/index.html">2019年度</a></li>');
document.write('<li><a href="/production/2018/index.html">2018年度</a></li>');
document.write('<li><a href="/production/2017/index.html">2017年度</a></li>');
document.write('<li><a href="/production/2016/index.html">2016年度</a></li>');
document.write('</ul></li>');
document.write('<li><a href="/profile.html">コンピューター部について</a></li>');
document.write('<li><a href="/performance/index.html">大会成績</a></li>');
document.write('</ul></nav><aside>');
document.write('<ul><li><a href="https://m.facebook.com/kaijokonbu" target="_blank"><img src="/img/facebook.png" alt="facebook" width="170" height="30"></a></li></ul>');
document.write('</aside>');
document.write('<a class="twitter-timeline" data-lang="ja" data-width="220" data-height="500" data-theme="dark" href="https://twitter.com/KaijoComputer">Tweets by KaijoComputer</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>');
document.write('</div>');