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