DAVIAC-web/index.php

28 lines
584 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<title>DAVIAC: A relay computer</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="background">
<?php include("header.php"); ?>
<div id="heading">
<h1>DAVIAC: A Relay Computer
</div>
<div id="main-text">
<p>Insert image of main block
</div>
<?php include("sidebar.php");
include("footer.php");
?>
</div>
</body>
</html>