Skip to content

Latest commit

 

History

History
77 lines (72 loc) · 3.86 KB

README.md

File metadata and controls

77 lines (72 loc) · 3.86 KB

BBS History Info

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

about information of bbs history,

all coryrights reserved from each author.

File list (from oldest to newest):

<script type="text/javascript"> $("#content a[href^='{{ site.baseurl }}/']:not([href$='.htm'])").each(function (idx) { var url = $(this).attr("href").substring("{{ site.baseurl }}/".length) var url_raw = "https://raw.githubusercontent.com/{{ site.github.repository_nwo }}/{{ site.github.source.branch }}/" + url $(this).attr("href", url_raw) }) </script>