mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
11 lines
129 B
HTML
11 lines
129 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body, html {
|
|
margin: 0;
|
|
}
|
|
input {
|
|
margin-left: 64px;
|
|
}
|
|
</style>
|
|
<input type=button value=Hello>
|
|
|