1faac2eeb6
It used to show up in discourse links, looking silly. "Loading" didn't really add information. If it loads slowly or not at all, the result will be quite obvious, and often the bit that says "Loading" doesn't even fit in the browser tab label.
32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>NixOS Search</title>
|
|
|
|
|
|
<script type="text/javascript" src="https://nixos.org/js/jquery.min.js"></script>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<script type="text/javascript" src="https://nixos.org/bootstrap/js/bootstrap.min.js"></script>
|
|
<link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap.min.css" />
|
|
|
|
<link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css" />
|
|
|
|
<link rel="shortcut icon" type="image/png" href="https://nixos.org/favicon.png" />
|
|
|
|
<link rel="search" type="application/opensearchdescription+xml" title="NixOS packages"
|
|
href="/desc-search-packages.xml">
|
|
<link rel="search" type="application/opensearchdescription+xml" title="NixOS options" href="/desc-search-options.xml">
|
|
</head>
|
|
|
|
<body>
|
|
<script src="https://nixos.org/js/jquery.min.js"></script>
|
|
<script src="https://nixos.org/bootstrap/js/bootstrap.min.js"></script>
|
|
</body>
|
|
|
|
</html>
|