mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-21 04:31:26 +00:00
18 lines
177 B
HTML
18 lines
177 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
#ref {
|
|
background: black;
|
|
width: 575px;
|
|
height: 5px;
|
|
margin-left: 125px;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="ref">
|
|
</body>
|
|
</html>
|