diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 16:43:27 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 16:43:27 +0700 |
commit | a47e6b1c69efac00ce5f6ac66d72759d97b6d3d3 (patch) | |
tree | c2811bd4544627d01828327de3422df538bb00b0 /pages | |
parent | 90522267d151f857477aa11ba57477a97ffc22c9 (diff) |
initial commit for index.html
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..1d53644 --- /dev/null +++ b/pages/index.html @@ -0,0 +1,9 @@ +@_TOP_@ +<div class="container p-4"> + <!-- Hero section --> + <div class="py-5"> + <img src="__IMAGE_DIR__/__LOGO__" width="80" height="80" class="rounded-circle d-inline-block align-top mr-2" alt=""> + <h1>__COMPANY__</h1> + </div> +</div> +__BOTTOM__
\ No newline at end of file |