delphimvcframework/samples/serversideviewsprimer/bin/templates/header.html
2016-02-14 18:15:56 +01:00

13 lines
428 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">