mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-24 15:05:45 +00:00
14 lines
556 B
HTML
14 lines
556 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting to https://fwupd.github.io/libfwupdplugin/hsi.html</title>
|
|
<meta http-equiv="refresh" content="5; URL=https://fwupd.github.io/libfwupdplugin/hsi.html">
|
|
<link rel="canonical" href="https://fwupd.github.io/libfwupdplugin/hsi.html">
|
|
|
|
<!-- redirect to https://fwupd.github.io/libfwupdplugin/hsi.html#org.fwupd.hsi.IntelSmap -->
|
|
<script>
|
|
var url = 'https://fwupd.github.io/libfwupdplugin/hsi.html';
|
|
if (location.hash && url.indexOf('#') === -1)
|
|
url += location.hash;
|
|
location = url;
|
|
</script>
|