summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-14 19:25:10 +0300
committereug-vs <eug-vs@keemail.me>2021-03-14 19:35:27 +0300
commitdd98ff9bae15b5e6244d8ae7d15cd12b179caade (patch)
tree6cb2360cd8cff63cf260ede26390616ebe14d6a8 /public/index.html
parent7c2f2f2835ac7a8a13704bbc9fd706128243286a (diff)
downloadcommercel-ui-dd98ff9bae15b5e6244d8ae7d15cd12b179caade.tar.gz
feat: add background pattern
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index aa8c5f7..d128687 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,7 +26,7 @@
-->
<title>Commercel</title>
</head>
- <body class="bg-gray-100">
+ <body class="bg-gray-100" style="background-image: url('./topography.svg')">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--