mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
27 lines
531 B
HTML
27 lines
531 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
||
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
||
|
|
<html reftest-zoom="0.5">
|
||
|
|
<head>
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
margin: 0px;
|
||
|
|
padding: 0px;
|
||
|
|
border: 0px;
|
||
|
|
}
|
||
|
|
div {
|
||
|
|
background: url('circle-large.svg');
|
||
|
|
background-size: 40px 40px;
|
||
|
|
background-repeat: repeat;
|
||
|
|
margin: 0px;
|
||
|
|
padding: 0px;
|
||
|
|
border: 0px;
|
||
|
|
width: 80px;
|
||
|
|
height: 80px;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div></div>
|
||
|
|
</body>
|
||
|
|
</html>
|