delphimvcframework/samples/serversideviewsprimer/bin/templates/header.html
2016-03-14 23:36:47 +01:00

13 lines
427 B
HTML

<!DOCTYPE html>
<html>
<header>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<style>
body {
padding: 20px 50px 20px 50px;
}
</style>
</header>
<body>
<h1>Server Side Views Primer <small>DMVCFramework</small></h1>
<div id="main" class="container">