mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
17 lines
710 B
Plaintext
17 lines
710 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<header>
|
||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
||
|
<script src="https://unpkg.com/htmx.org@1.9.6" integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni" crossorigin="anonymous"></script>
|
||
|
<style>
|
||
|
body {
|
||
|
padding: 20px 50px 20px 50px;
|
||
|
}
|
||
|
</style>
|
||
|
</header>
|
||
|
|
||
|
<body>
|
||
|
<div id="main" class="container">
|
||
|
<div class="shadow-sm p-3 mb-5 bg-body-tertiary rounded">
|
||
|
<h1>HTMX Sample <small>DMVCFramework</small></h1>
|
||
|
</div>
|