mro
Version:
Map Relations to Objects - ORM but in reverse
48 lines (41 loc) • 873 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style>
body {
min-height: 95vh;
display: flex;
flex-direction: column;
}
main {
flex: 1;
}
table, th, td {
border: 1px solid black;
}
main {
min-height: calc(100vh - 40px);
margin: 0 4em 0 4em;
}
table {
width: 100%;
}
footer {
color: grey;
font-size: 0.8em;
height: 4vh;
}
</style>
<title>%%DATABASE_NAME%% - Docs</title>
</head>
<body>
<main>
<h1>%%DATABASE_NAME%%</h1>
<div class="database-table">
</div>
</main>
<footer>Powered by MRO</footer>
</body>
</html>