You've already forked pidcodes.github.com
mirror of
https://github.com/solokeys/pidcodes.github.com.git
synced 2026-03-11 17:14:52 -07:00
17 lines
301 B
HTML
Executable File
17 lines
301 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
{% include head.html %}
|
|
<body>
|
|
<div class="site-wrap center">
|
|
{% include header.html %}
|
|
|
|
<div class="post p2 p-responsive wrap" role="main">
|
|
<div class="measure">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
</body>
|
|
</html> |