Add home link
This commit is contained in:
parent
0f07037db7
commit
f170895f91
|
@ -110,6 +110,17 @@ Button:Disabled {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#HomeBtn {
|
||||||
|
Position: Absolute;
|
||||||
|
Top: 0px;
|
||||||
|
Left: 0px;
|
||||||
|
Margin: 0px;
|
||||||
|
Padding: 8px;
|
||||||
|
}
|
||||||
|
#HomeBtn A {
|
||||||
|
Color: #19D5FF;
|
||||||
|
}
|
||||||
|
|
||||||
#ResetBtn {
|
#ResetBtn {
|
||||||
Color: #FF0000;
|
Color: #FF0000;
|
||||||
Padding-Bottom: 4px;
|
Padding-Bottom: 4px;
|
||||||
|
@ -123,6 +134,7 @@ Button:Disabled {
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="Main">
|
<div id="Main">
|
||||||
|
<h5 id="HomeBtn">[<a href="..">🔼 Home</a>]</h5>
|
||||||
<div id="Title" class="Section"><div>
|
<div id="Title" class="Section"><div>
|
||||||
<div id="TitleTitle">
|
<div id="TitleTitle">
|
||||||
<h3>HashyMagnet</h3>
|
<h3>HashyMagnet</h3>
|
||||||
|
|
Loading…
Reference in New Issue