mirror of
https://github.com/boostorg/website.git
synced 2026-01-21 05:22:21 +00:00
11 lines
125 B
PHP
11 lines
125 B
PHP
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<?php echo $_file['head']; ?>
|
|
</head>
|
|
<body>
|
|
<?php echo $_file['content']; ?>
|
|
</body>
|
|
</html>
|