diskfloppy.me/pics/index.php

31 lines
745 B
PHP
Raw Normal View History

2022-09-04 00:25:49 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global -->
<?php require('../inc/head.html'); ?>
<!-- Page-specific -->
2022-10-02 17:08:56 +00:00
<title>Pictures</title>
<!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">-->
<meta property="og:title" content="Pictures">
<meta property="og:description" content="description">
<!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
2022-09-04 00:25:49 +00:00
</head>
<body>
2022-10-02 17:08:56 +00:00
<div class="page">
<?php require('../inc/nav.php') ?>
2022-09-04 00:25:49 +00:00
<div id="pagebody">
<div id="content">
2022-10-02 17:08:56 +00:00
TBD
2022-09-04 00:25:49 +00:00
</div> <!-- content -->
2022-10-02 17:08:56 +00:00
<div id="footer" class="pagefooter">
<?php $file = __FILE__;require('../inc/footer.php'); ?>
2022-10-02 17:08:56 +00:00
</div> <!-- footer -->
2022-09-04 00:25:49 +00:00
</div> <!-- pagebody -->
</div> <!-- page -->
</body>
</html>