mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-17 08:45:55 +01:00
16 lines
472 B
Plaintext
16 lines
472 B
Plaintext
|
<!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>eLua Server Side Views Sample <small>DMVCFramework</small></h1>
|
||
|
|