mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-13 14:56:39 +00:00
add source code link in patcher web
This commit is contained in:
@@ -170,6 +170,18 @@ def index():
|
|||||||
.download-link a:hover {
|
.download-link a:hover {
|
||||||
color: #3700b3;
|
color: #3700b3;
|
||||||
}
|
}
|
||||||
|
.source-link {
|
||||||
|
margin-top: 20px;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
.source-link a {
|
||||||
|
color: #6200ea;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.source-link a:hover {
|
||||||
|
color: #3700b3;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -192,6 +204,9 @@ def index():
|
|||||||
<div class="download-link" id="download-link">
|
<div class="download-link" id="download-link">
|
||||||
<a href="#" id="download-url">Download patched file</a>
|
<a href="#" id="download-url">Download patched file</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="source-link">
|
||||||
|
Are you curious about what's happening here? <a href="https://github.com/kavishdevar/aln/blob/main/root-module-manual/server.py" target="_blank">Check out the source code</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
function updateFileName(input) {
|
function updateFileName(input) {
|
||||||
|
|||||||
Reference in New Issue
Block a user