Skip to content

Commit d80153a

Browse files
committed
fix
1 parent d234152 commit d80153a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@
1717
</head>
1818

1919
<body>
20-
<div class="container">
20+
<div style="position: sticky;background: white;top:0px;" class="container">
2121
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
2222
<a href="#" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
2323
<svg class="bi me-2" width="40" height="32">
2424
<use xlink:href="#bootstrap"></use>
2525
</svg>
2626
<span class="fs-4">rrender <img style="width: 50px;" src="favicon.jpg"></span>
2727
</a>
28+
<div style="background-color: yellow; border: solid 0.4px black; padding: 4px;"
29+
class="d-flex justify-content-center align-items-center">
30+
<span class="mx-1">top vds service:</span>
31+
<a href="https://aeza.net/?ref=68035">aeza.net</a>
32+
</div>
2833
</header>
2934
</div>
3035

0 commit comments

Comments
 (0)