mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
10 lines
192 B
HTML
10 lines
192 B
HTML
<!doctype html>
|
|
<!-- Derived from http://a-ja.net/newgrad.html -->
|
|
<style>
|
|
div {
|
|
height: 200px;
|
|
width: 100px;
|
|
background: -moz-linear-gradient(0 0, yellow, blue);
|
|
}
|
|
</style>
|
|
<div></div>
|