mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
12 lines
212 B
HTML
12 lines
212 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
* { border: 0; margin: 0; padding: 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span style="position: absolute; top: 50px; left: 50px">test</span>
|
|
</body>
|
|
</html>
|