amercier/rectangular-mozaic

View on GitHub
demo/index.php

Summary

Maintainability
A
0 mins
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>RectangularMozaic demo</title>
    <link rel="stylesheet" href="styles.css">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,400" />
    <!--[if IE]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
</head>

<body id="home">
    <h1>RectangularMozaic demo</h1>
    <a href=".">
        <?php include 'table.php' ?>
    </a>
</body>
</html>