mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
Added link to source code
This commit is contained in:
parent
36c2678e40
commit
f6279cd313
1 changed files with 10 additions and 0 deletions
|
@ -59,6 +59,12 @@
|
||||||
form input[name="shortUrl"]::placeholder {
|
form input[name="shortUrl"]::placeholder {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div[name="gitlab"] {
|
||||||
|
position: absolute;
|
||||||
|
right: 0.5%;
|
||||||
|
bottom: 0.5%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -102,6 +108,10 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div name="gitlab">
|
||||||
|
<a href="https://gitlab.com/SinTan1729/simply-shorten" target="_blank" rel="noopener noreferrer">Source Code</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue