1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

Added link to source code

This commit is contained in:
Sayantan Santra 2023-01-13 13:23:48 +05:30
parent 36c2678e40
commit f6279cd313

View file

@ -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>