diskfloppy.me/pics/index.php

31 lines
758 B
PHP
Raw Normal View History

2022-09-04 00:25:49 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global -->
2022-11-15 22:20:35 +00:00
<?php require('../inc/header.inc.php'); ?>
<!-- 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">
2022-11-15 22:20:35 +00:00
<?php require('../inc/nav.inc.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">
2022-11-15 22:20:35 +00:00
<?php $file = __FILE__;require('../inc/footer.inc.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>