From a47e6b1c69efac00ce5f6ac66d72759d97b6d3d3 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja <anata@darapsa.co.id> Date: Mon, 5 Jul 2021 16:43:27 +0700 Subject: initial commit for index.html --- pages/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/index.html 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 -- cgit v1.2.3