Imported old code.
This commit is contained in:
parent
b35b040120
commit
89d94c38b6
243 changed files with 26457 additions and 0 deletions
23
projects/linspector.org/index.html
Normal file
23
projects/linspector.org/index.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
layout: default
|
||||
title: linspector.org
|
||||
metasub: projects
|
||||
keywords: website,code,project,jekyll,html,css
|
||||
---
|
||||
|
||||
<h2>linspector.org</h2>
|
||||
|
||||
<h3>Introduction</h3>
|
||||
|
||||
<p>The Linspector website. The Linspector website is created using <a href="http://jekyllrb.com/" class="ext">Jekyll</a> and is hosted at <a href="https://github.com" class="ext">GitHub</a>.</p>
|
||||
|
||||
<p>The code is hosted here: <a href="https://github.com/linspector/linspector.github.io" class="ext">https://github.com/linspector/linspector.github.io</a></p>
|
||||
|
||||
<h3>Commit Log</h3>
|
||||
|
||||
<div id="github-commits"></div>
|
||||
<script>
|
||||
$(function() {
|
||||
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'linspector.github.io', branch: 'master', last: 30 });
|
||||
});
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue