Skip to content

Commit

Permalink
Update /www/index.html to a redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedenes committed Sep 13, 2023
1 parent 4e60eac commit 28200e7
Showing 1 changed file with 3 additions and 63 deletions.
66 changes: 3 additions & 63 deletions www/index.html
Original file line number Diff line number Diff line change
@@ -1,63 +1,3 @@
<#def TITLE>Coq Package Index</#def>
<#def HEAD>
<link rel="stylesheet" type="text/css" href="/styles/barron/style.css"/>
<link rel="stylesheet" type="text/css" href="/styles/package-index.css"/>
</#def>
<#include "incl/header.html">
<div id="filters">

<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Active filters
</div>
<div class="frameworkcontent">
<input type="text" id="custom-filter" onkeyup="update_filter()" autofocus>
<div id="f-selected">
</div>
</div>
</div>

<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Available suites
</div>
<div class="frameworkcontent">
<div id="f-suites"> <!-- filled in by js --> </div>
</div>
</div>

<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Available categories
</div>
<div class="frameworkcontent">
<div id="f-categories"> <!-- filled in by js --> </div>
</div>
</div>

<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Available keywords
</div>
<div class="frameworkcontent">
<div id="f-keywords"> <!-- filled in by js --> </div>
<div class="clear"> <!-- stop floating contents --> </div>
</div>
</div>

</div>

<div id="packages">
<div class="frameworkcontent">
<table>
<tbody id="data">
</tbody>
</table>
</div>

</div>

<script src="/scripts/filter.js"/></script>
<script src="/scripts/packages.js"></script>

<#include "incl/footer.html">
<head>
<meta http-equiv="Refresh" content="0; URL=https://coq.inria.fr/coq-package-index" />
</head>

0 comments on commit 28200e7

Please sign in to comment.