Skip to content
Snippets Groups Projects
Commit 7d540903 authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Update links and includes

parent d4044919
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
</center>
</div>
{{.Include "/footer.html"}}
{{include "/footer.html"}}
<script type="text/javascript" src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/bootstrap.daterangepicker/latest/daterangepicker.js"></script>
<script type="text/javascript" src="/jcss/auth.js"></script>
......
......@@ -28,11 +28,11 @@
<div class="container middle">
<center>
<div class="btn-group" role="group" aria-label="Download Buttons">
<a href="https://dl.maunium.net/programs/mauCapture.jar" role="button" class="btn btn-download">Download for GNOME or macOS</a>
<a href="https://dl.maunium.net/programs/mauCapture-legacy.jar" role="button" class="btn btn-download">Download for Windows (legacy)</a>
<a href="https://dl.mau.fi/programs/mauCapture.jar" role="button" class="btn btn-download">Download for GNOME or macOS</a>
<a href="https://dl.mau.fi/programs/mauCapture-legacy.jar" role="button" class="btn btn-download">Download for Windows (legacy)</a>
</div>
<br>
<!--Or check the <a href="https://dl.maunium.net/programs/maucapture/old/">archive</a>-->
Or check the <a href="https://dl.mau.fi/programs/maucapture/">archive</a>
</center>
<br><br>
<div class="card-deck">
......@@ -53,7 +53,7 @@
<div class="card card-block info-card">
<h3 class="card-title text-xs-center">Free Software</h3>
<p class="card-text">
The source code of mauImageServer and mauCapture are available under the GNU General Public License v3 from <a class="white-link" href="https://github.com/tulir293">GitHub</a> in <a href="https://github.com/tulir293/mauCapture">mauCapture</a> and <a href="https://github.com/tulir293/mauimageserver">mauimageserver</a>
The source code of mauImageServer and mauCapture are available under the GNU General Public License v3 from <a class="white-link" href="https://github.com/tulir">GitHub</a> in <a href="https://github.com/tulir/mauCapture">mauCapture</a> and <a href="https://github.com/tulir/mauimageserver">mauimageserver</a>
</p>
</div>
</div>
......
......@@ -54,7 +54,7 @@
</center>
</div>
{{.Include "/footer.html"}}
{{include "/footer.html"}}
<script type="text/javascript" src="https://cdn.jsdelivr.net/sprintf.js/1/sprintf.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/momentjs/2/moment.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/bootstrap.daterangepicker/2/daterangepicker.js"></script>
......
......@@ -41,7 +41,7 @@
</center>
</div>
{{.Include "/footer.html"}}
{{include "/footer.html"}}
<script type="text/javascript" src="/jcss/upload.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment