2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-21 05:22:21 +00:00
Files
website/common/code/test/tests/template.php
Daniel James 75000f5de7 Move tests into subdirectory.
To avoid running all the vendor tests on Travis.
2016-06-02 09:04:44 +01:00

11 lines
125 B
PHP

<!DOCTYPE html>
<html>
<head>
<?php echo $_file['head']; ?>
</head>
<body>
<?php echo $_file['content']; ?>
</body>
</html>