summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/background-no-repeat.html
blob: 95006448116e876fef7f53459e17c2514d36ab07 (plain)
1
2
3
4
5
6
<style>
    body {
        background: white url("background-repeat.png") no-repeat;
    }
</style>
<body></body>