index
:
Bits.git
adnab.me-site
master
update
PHP engine powering the old adnab.me website
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tpl
/
general
/
static.php
blob: 0ae27fef26bd9129a5a3d1899949c482587178d4 (
plain
) (
blame
)
1
2
3
4
<?php
require
(
"top.php"
);
echo
$text
;
require
(
"bottom.php"
);