delphimvcframework/samples/serversideviewcustom/bin/templates/header.html

17 lines
606 B
HTML
Raw Normal View History

2018-01-29 17:30:53 +01:00
<!DOCTYPE html>
2017-10-09 10:41:38 +02:00
<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 auto;
}
</style>
</header>
<body>
<div id="main" class="container">
<h1>Customer Server Side Views Primer <small>DMVCFramework</small></h1>
<blockquote>
<p>This page uses the TemplatePro engine (it's a sample to show how to use a custom view engine)</p>
</blockquote>