Skip to content

Commit 2d64367

Browse files
authored
Update index.html
added icon
1 parent 9613b23 commit 2d64367

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,19 @@
4040
color: #c034d6;
4141
font-size: large;
4242
}
43+
#top-icon {
44+
position: absolute;
45+
top: 20px;
46+
right: 20px;
47+
width: 40px;
48+
height: 40px;
49+
object-fit: cover;
50+
}
4351
</style>
4452
</head>
4553
<body>
54+
<img src="icon.png" id="top-icon" alt="BCode Icon">
55+
4656
<h1>BCode Full Documentation</h1>
4757
<h1>Documentacion</h1>
4858

0 commit comments

Comments
 (0)