delphimvcframework/samples/serversideviews_mustache/bin/templates/header.mustache

15 lines
467 B
Plaintext
Raw Normal View History

2019-01-08 12:48:27 +01:00
<!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>
<div id="main" class="container">
<h1>Server Side Views Primer <small>DMVCFramework</small></h1>