mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
11 lines
154 B
HTML
11 lines
154 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<div style="display: inline-grid;">
|
|
<div style="display: flex; align-self: right safe;"></div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|