16 lines
421 B
HTML
16 lines
421 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<style type="text/css">
|
|
html, body { height: 100%; overflow: hidden; }
|
|
body {
|
|
background-color: #161210;
|
|
background-image: linear-gradient(90deg, transparent 49.5%, rgb(228 98 44 / 7%) 50%, transparent 50.5%), linear-gradient(rgb(228 98 44 / 5%) 1px, transparent 1px);
|
|
background-size: 70px 70px, 7px 7px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body></body>
|
|
</html> |