mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-31 23:29:10 +00:00
add source code link in patcher web
This commit is contained in:
@@ -170,6 +170,18 @@ def index():
|
||||
.download-link a:hover {
|
||||
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>
|
||||
</head>
|
||||
<body>
|
||||
@@ -192,6 +204,9 @@ def index():
|
||||
<div class="download-link" id="download-link">
|
||||
<a href="#" id="download-url">Download patched file</a>
|
||||
</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>
|
||||
<script>
|
||||
function updateFileName(input) {
|
||||
|
||||
Reference in New Issue
Block a user